mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 00:27:52 -05:00
Services: Stubs and minor changes
This commit is contained in:
@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user