mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
IOS: Add UpdateWantDeterminism to devices
This will be useful for the USB devices to disconnect and hide any real devices when Core::g_want_determinism is true.
This commit is contained in:
@ -77,6 +77,8 @@ void Update();
|
||||
// Update Devices
|
||||
void UpdateDevices();
|
||||
|
||||
void UpdateWantDeterminism(bool new_want_determinism);
|
||||
|
||||
void ExecuteCommand(u32 address);
|
||||
|
||||
void EnqueueRequest(u32 address);
|
||||
|
Reference in New Issue
Block a user