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:
Léo Lam
2017-01-21 19:08:17 +01:00
parent b7cc25535f
commit e246afb049
4 changed files with 13 additions and 2 deletions

View File

@ -77,6 +77,8 @@ void Update();
// Update Devices
void UpdateDevices();
void UpdateWantDeterminism(bool new_want_determinism);
void ExecuteCommand(u32 address);
void EnqueueRequest(u32 address);