-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSP_Shutdown() crashes the emulator on Linux #3133
Comments
With or without the fix from #3116? -[Unknown] |
with. |
Has this changed? -[Unknown] |
just updated: Nope. PPSSPPSDL still core dumps when this is done. Any game. |
I have the same issue. |
For me, both "Multithreaded" and "I/O on thread" must be disabled for properly working "Exit to menu". |
Yes, that is most likely. I just had already disabled multi-threading. |
Fixed by fafe4fc |
Linux amd64,
Jit = True
SeparateCPUThread = False
SeparateIOThread = True
-- If SeparateIOThread = False, this doesn't seem to happen. Multithreading must also be disabled.
edit: forgot to mention i have the code referenced to me in #3116
Edit (xsacha): It crashes when PSP_Shutdown() is run. For example, this also occurs when doing "Run CPU Tests".
The text was updated successfully, but these errors were encountered: