diff options
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -142,13 +142,12 @@ void RelocateSave(const char* path, bool write); u32 RunFrame(); -void PressKey(u32 key); -void ReleaseKey(u32 key); void TouchScreen(u16 x, u16 y); void ReleaseScreen(); void SetKeyMask(u32 mask); +bool IsLidClosed(); void SetLidClosed(bool closed); void MicInputFrame(s16* data, int samples); |