update to 1.23.0

This commit is contained in:
zeromus 2020-04-06 02:57:53 -04:00
parent 483a944ebe
commit cac78312cd
2 changed files with 10 additions and 1 deletions

View File

@ -204,4 +204,11 @@
[OK] psx/gpu : silence warning
[OK] psx/mdec : change intrinsics macros; change inline keyword
[NO] psx/psx : change memcard flushing logic, change cd interface, PSF loading
[OK] psx/psx : change CNF parsing
[OK] psx/psx : change CNF parsing
1.22.0-UNSTABLE -> 1.22.2
[OK] psx/cdc : fix a bug
1.22.2 -> 1.23.0
[OK] psx/cdc : fix a bug
[NO] psx/psx : GIT change

View File

@ -241,6 +241,8 @@ void PS_CDC::Power(void)
SoftReset();
HoldLogicalPos = false;
DiscStartupDelay = 0;
SPUCounter = SPU->UpdateFromCDC(0);