mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Merge pull request #37 from O1L/master
cellSysutil audio functions, configurable controls and other minor changes
This commit is contained in:
commit
e807ae1a58
15 changed files with 1057 additions and 55 deletions
|
@ -351,6 +351,7 @@ void Emulator::Load()
|
|||
|
||||
GetGSManager().Init();
|
||||
GetCallbackManager().Init();
|
||||
GetAudioManager().Init();
|
||||
|
||||
thread.Run();
|
||||
|
||||
|
@ -443,6 +444,7 @@ void Emulator::Stop()
|
|||
m_vfs.UnMountAll();
|
||||
|
||||
GetGSManager().Close();
|
||||
GetAudioManager().Close();
|
||||
GetCPU().Close();
|
||||
//SysCallsManager.Close();
|
||||
GetIdManager().Clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue