mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-05 18:41:39 +12:00
Emulator cleanup, add AR conditionals
This commit is contained in:
parent
08596c1a24
commit
d007b2d780
5 changed files with 79 additions and 62 deletions
|
@ -91,6 +91,7 @@ class HIDService {
|
|||
void pressKey(u32 mask) { newButtons |= mask; }
|
||||
void releaseKey(u32 mask) { newButtons &= ~mask; }
|
||||
|
||||
u32 getOldButtons() { return oldButtons; }
|
||||
s16 getCirclepadX() { return circlePadX; }
|
||||
s16 getCirclepadY() { return circlePadY; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue