Merge pull request #2377 from ergo720/suspend_disable

Fix shutdown instability
This commit is contained in:
RadWolfie 2022-06-20 16:10:37 -05:00 committed by GitHub
commit 31a47cde37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -105,8 +105,9 @@ bool HandleFirstLaunch()
g_InputDeviceManager.Shutdown();
#ifdef CXBXR_EMU
// NOTE: this code causes freezes/crashes at shutdown, so avoid for now
// This is very important process to prevent false positive report and allow IDEs to continue debug multiple reboots.
CxbxrKrnlSuspendThreads();
//CxbxrKrnlSuspendThreads();
if (g_io_mu_metadata) {
delete g_io_mu_metadata;