From aaf3d0a559a6c9bd72c1fe00f0d7881acf6deca5 Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 18 Dec 2014 11:30:06 +0000 Subject: [PATCH] psx - dehihihihihihihihi --- BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs b/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs index 53c6718ffb..e86f76874d 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sony/PSX/Octoshock.cs @@ -905,9 +905,9 @@ namespace BizHawk.Emulation.Cores.Sony.PSX ret["pc"] = (int)regs.PC; ret["lo"] = (int)regs.LO; ret["hi"] = (int)regs.HI; - ret["sr"] = (int)regs.HI; - ret["cause"] = (int)regs.HI; - ret["epc"] = (int)regs.HI; + ret["sr"] = (int)regs.SR; + ret["cause"] = (int)regs.CAUSE; + ret["epc"] = (int)regs.EPC; return ret; }