mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-07 04:34:48 +12:00
[CAM] Implement GetMaxLines
This commit is contained in:
parent
5b9648e0a8
commit
fd284e5bfd
2 changed files with 35 additions and 1 deletions
include/services
|
@ -11,6 +11,7 @@ class CAMService {
|
|||
|
||||
// Service commands
|
||||
void driverInitialize(u32 messagePointer);
|
||||
void getMaxLines(u32 messagePointer);
|
||||
|
||||
public:
|
||||
CAMService(Memory& mem) : mem(mem) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue