mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-05 18:41:39 +12:00
[HID] Implement some extra service calls. [CFG] Add language checking.
This commit is contained in:
parent
2a4709dcfa
commit
d395fcd3cc
6 changed files with 86 additions and 6 deletions
|
@ -9,9 +9,14 @@ class HIDService {
|
|||
Memory& mem;
|
||||
u8* sharedMem = nullptr; // Pointer to HID shared memory
|
||||
|
||||
bool accelerometerEnabled;
|
||||
bool gyroEnabled;
|
||||
|
||||
MAKE_LOG_FUNCTION(log, hidLogger)
|
||||
|
||||
// Service commands
|
||||
void enableAccelerometer(u32 messagePointer);
|
||||
void enableGyroscopeLow(u32 messagePointer);
|
||||
void getIPCHandles(u32 messagePointer);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue