dolphin/Source/Core/Core/PowerPC/Interpreter
magumagu 002fb0b563 Interpreter: don't PanicAlert on write to SPR_HID2.
The alert apparently triggers on Midway Arcade Treasures 2; given that the
game otherwise works fine, it's not a high priority to accurately emulate
the bit in question.

Fixes issue 7197.
2014-04-18 20:20:42 -07:00
..
Interpreter_Branch.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Interpreter_FloatingPoint.cpp Interpreter: less duplicate code in float compares 2014-03-09 19:35:13 +01:00
Interpreter_FPUtils.h Interpreter: less duplicate code in float compares 2014-03-09 19:35:13 +01:00
Interpreter_Integer.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
Interpreter_LoadStore.cpp Merge pull request #25 from Tilka/ppc_fp 2014-02-23 04:15:37 +01:00
Interpreter_LoadStorePaired.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
Interpreter_Paired.cpp Interpreter: less duplicate code in float compares 2014-03-09 19:35:13 +01:00
Interpreter_SystemRegisters.cpp Interpreter: don't PanicAlert on write to SPR_HID2. 2014-04-18 20:20:42 -07:00
Interpreter_Tables.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
Interpreter_Tables.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Interpreter.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
Interpreter.h More range-based loops and overrides 2014-03-17 02:55:55 +01:00