05-15-2013, 08:47 AM
Does it help to change ThreadManForUser line 947 from
to
Code:
hleChangeThreadState(thread, PSP_THREAD_READY);
Code:
hleChangeThreadState(thread, thread.isSuspended() ? PSP_THREAD_SUSPEND : PSP_THREAD_READY);
Always include a complete log file at INFO level in your reports. Thanks! How to post a log