mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Audio format changed to 8ch
This commit is contained in:
parent
011362bf1c
commit
d557ba2d97
7 changed files with 34 additions and 40 deletions
|
@ -354,17 +354,13 @@ void Emulator::Stop()
|
|||
SendDbgCommand(DID_STOP_EMU);
|
||||
m_status = Stopped;
|
||||
|
||||
u32 uncounted = 0;
|
||||
while (true)
|
||||
while (g_thread_count)
|
||||
{
|
||||
if (g_thread_count <= uncounted)
|
||||
{
|
||||
LOG_NOTICE(HLE, "All threads stopped...");
|
||||
break;
|
||||
}
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(1));
|
||||
}
|
||||
|
||||
LOG_NOTICE(HLE, "All threads stopped...");
|
||||
|
||||
m_rsx_callback = 0;
|
||||
|
||||
// TODO: check finalization order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue