mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 05:27:53 +00:00
Services: Stubs and minor changes
This commit is contained in:
parent
03ceb7adf9
commit
198c0ddc72
20 changed files with 409 additions and 68 deletions
|
@ -200,13 +200,13 @@ void EnableGyroscopeLow(Interface* self);
|
|||
void GetSoundVolume(Interface* self);
|
||||
|
||||
/// Checks for user input updates
|
||||
void HIDUpdate();
|
||||
void Update();
|
||||
|
||||
/// Initialize HID service
|
||||
void HIDInit();
|
||||
void Init();
|
||||
|
||||
/// Shutdown HID service
|
||||
void HIDShutdown();
|
||||
void Shutdown();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue