Hi,
I found a bug in rev.2285, which made Legend Of Heroes: Zero No Kiseki unplayable.
Could anyone commit the following changes to SVN? And/Or please add me in the member list.
Move the following lines HLEModuleFunctionReflection:381-383
processor.parameterReader.cpu = processor.cpu;
processor.parameterReader.memory = Processor.memory;
processor.parameterReader.resetReading();
To HLEModuleFunctionReflection:376 before if statement.
After the changes above, the game will become playable.
Thanks
I found a bug in rev.2285, which made Legend Of Heroes: Zero No Kiseki unplayable.
Could anyone commit the following changes to SVN? And/Or please add me in the member list.
Move the following lines HLEModuleFunctionReflection:381-383
processor.parameterReader.cpu = processor.cpu;
processor.parameterReader.memory = Processor.memory;
processor.parameterReader.resetReading();
To HLEModuleFunctionReflection:376 before if statement.
After the changes above, the game will become playable.
Thanks