mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Implemented some cellSysutil audio functions, added configurable controls (draft/ugly implementation), and minor changes in cellAudio and ConLog
This commit is contained in:
parent
eb2ab73e16
commit
286254a10a
15 changed files with 1057 additions and 55 deletions
|
@ -351,6 +351,7 @@ void Emulator::Load()
|
|||
|
||||
GetGSManager().Init();
|
||||
GetCallbackManager().Init();
|
||||
GetAudioManager().Init();
|
||||
|
||||
thread.Run();
|
||||
|
||||
|
@ -450,6 +451,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