05-07-2013, 10:49 PM
r3140 ,read32 - Invalid memory address : 0x8 PC=08902F94 .
Need change HLE/modules150/ThreadManForUser.java line 1187
change to
Attach both info log(debug log black screen)
(This fix is found by my friend.)
Need change HLE/modules150/ThreadManForUser.java line 1187
Code:
if (thread.status == PSP_THREAD_WAITING && newStatus != PSP_THREAD_WAITING_SUSPEND) {
Code:
if (thread.status == PSP_THREAD_WAITING) {
(This fix is found by my friend.)