mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
IOS: Emulate ES boot timings
This commit is contained in:
@ -864,6 +864,8 @@ void Init()
|
||||
device->EventNotify();
|
||||
});
|
||||
|
||||
ESDevice::InitializeEmulationState();
|
||||
|
||||
s_event_finish_ppc_bootstrap =
|
||||
CoreTiming::RegisterEvent("IOSFinishPPCBootstrap", FinishPPCBootstrap);
|
||||
|
||||
@ -883,6 +885,7 @@ void Init()
|
||||
void Shutdown()
|
||||
{
|
||||
s_ios.reset();
|
||||
ESDevice::FinalizeEmulationState();
|
||||
}
|
||||
|
||||
EmulationKernel* GetIOS()
|
||||
|
Reference in New Issue
Block a user