EmuNewz Network

Full Version: Shining Ark -JAP -NPJH50717
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
rev 3101
My friend kingtiger45 tested this game.
JPCSP would freeze when fight battle in two times.

I think that this code have probrem
Code:
08:54:07  WARN hle.Kernel_Library - Odin_Main - hleKernelCpuResumeIntr unknown flag value 0x800201A8
Does it help to change RuntimeContext.java, line 396:
Code:
if (IntrManager.getInstance().canExecuteInterruptNow()) {
line 608:
Code:
if (!IntrManager.getInstance().canExecuteInterruptNow()) {
line 627:
Code:
if (IntrManager.getInstance().canExecuteInterruptNow()) {
line 638:
Code:
if (!IntrManager.getInstance().canExecuteInterruptNow()) {
Thanks.I have told my freind to test.
No changed.