mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
parent
5953781c13
commit
373d189edb
29 changed files with 1231 additions and 479 deletions
|
|
@ -355,6 +355,7 @@ void Emulator::Load()
|
|||
GetGSManager().Init();
|
||||
GetCallbackManager().Init();
|
||||
GetAudioManager().Init();
|
||||
GetEventManager().Init();
|
||||
|
||||
thread.Run();
|
||||
|
||||
|
|
@ -448,6 +449,7 @@ void Emulator::Stop()
|
|||
|
||||
GetGSManager().Close();
|
||||
GetAudioManager().Close();
|
||||
GetEventManager().Clear();
|
||||
GetCPU().Close();
|
||||
//SysCallsManager.Close();
|
||||
GetIdManager().Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue