mirror of https://github.com/PCSX2/pcsx2.git
CDVD: Reset VM on sceCdPowerOff writes
This commit is contained in:
parent
bfbe86a3d5
commit
f5a9b98578
|
@ -2119,8 +2119,8 @@ static void cdvdWrite16(u8 rt) // SCOMMAND
|
|||
|
||||
|
||||
case 0x0F: // sceCdPowerOff (0:1)- Call74 from Xcdvdman
|
||||
SetResultSize(1);
|
||||
cdvd.Result[0] = 0;
|
||||
Console.WriteLn(Color_StrongBlack, "sceCdPowerOff called. Resetting VM.");
|
||||
GetCoreThread().Reset();
|
||||
break;
|
||||
|
||||
case 0x12: // sceCdReadILinkId (0:9)
|
||||
|
|
Loading…
Reference in New Issue