diff --git a/pcsx2/ps2/Iop/IopHwRead.cpp b/pcsx2/ps2/Iop/IopHwRead.cpp index 9263b71e02..7ae0214f2b 100644 --- a/pcsx2/ps2/Iop/IopHwRead.cpp +++ b/pcsx2/ps2/Iop/IopHwRead.cpp @@ -399,10 +399,6 @@ u32 __fastcall iopHwRead32_Page8( u32 addr ) { switch( masked_addr ) { - mcase(HW_SIO2_FIFO): // 0x1f801264 wouldn't make it here, so I assume you mean 01f808264, which is fifo, Jake... - ret = psxHu32(addr); - break; - mcase(HW_SIO2_CTRL): ret = sio2_getCtrl(); break; @@ -431,15 +427,7 @@ u32 __fastcall iopHwRead32_Page8( u32 addr ) ret = sio2_getIntr(); break; - mcase(0x1f80847c): // I'm adding this to try to counter reports of pcsx2 crashing when this address is called. - Console::Error("iopHwRead32_Page8: Calling 0x1f80847c for some unknown reason."); - ret = psxHu32(addr); - break; - - // Do we really want to assert here, if it's an unknown address? - //jNO_DEFAULT; default: - Console::Error("iopHwRead32_Page8: Why are we calling 0x%x?", params addr); ret = psxHu32(addr); break; } diff --git a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj index 16743d3655..8b979de20d 100644 --- a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj +++ b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj @@ -1584,10 +1584,6 @@ - - @@ -2140,6 +2136,10 @@ + +