revert r90a2096a24f4 behavior changes in PixelEngine.cpp. Thanks to Autoran1 for finding the responsible commit. Fixes Scrubbing Serena Beach Countdown in both SC and DC.
Fixes issue 1498.
This commit is contained in:
parent
09217a6c47
commit
6fc8cdf12d
|
@ -269,6 +269,10 @@ void Read16(u16& _uReturnValue, const u32 _iAddress)
|
||||||
case PE_PERF_5L:
|
case PE_PERF_5L:
|
||||||
case PE_PERF_5H:
|
case PE_PERF_5H:
|
||||||
INFO_LOG(PIXELENGINE, "(r16) perf counter @ %08x", _iAddress);
|
INFO_LOG(PIXELENGINE, "(r16) perf counter @ %08x", _iAddress);
|
||||||
|
// git r90a2096a24f4 (svn r3663) added the PE_PERF cases, without setting
|
||||||
|
// _uReturnValue to anything, this reverts to the previous behaviour which allows
|
||||||
|
// The timer in SMS:Scrubbing Serena Beach to countdown correctly
|
||||||
|
_uReturnValue = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue