mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
More defect fixes, added some error codes
This commit is contained in:
parent
fac9d74344
commit
9c2f48cd1d
9 changed files with 190 additions and 84 deletions
|
@ -48,6 +48,7 @@ Emulator::Emulator()
|
|||
: m_status(Stopped)
|
||||
, m_mode(DisAsm)
|
||||
, m_rsx_callback(0)
|
||||
, m_cpu_thr_stop(0)
|
||||
, m_thread_manager(new CPUThreadManager())
|
||||
, m_pad_manager(new PadManager())
|
||||
, m_keyboard_manager(new KeyboardManager())
|
||||
|
@ -453,6 +454,7 @@ void Emulator::Stop()
|
|||
}
|
||||
|
||||
m_rsx_callback = 0;
|
||||
m_cpu_thr_stop = 0;
|
||||
|
||||
// TODO: check finalization order
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue