mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Make CDolLoader a bit more c++ish, make wii dols be detected by the presence of a mfspr x, HID4.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6909 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
1
Externals/Bochs_disasm/PowerPCDisasm.cpp
vendored
1
Externals/Bochs_disasm/PowerPCDisasm.cpp
vendored
@ -243,6 +243,7 @@ typedef unsigned int ppc_word;
|
||||
case 1008: return "HID0";
|
||||
case 1009: return "HID1";
|
||||
case 1010: return "IABR";
|
||||
case 1011: return "HID4";
|
||||
case 1013: return "DABR";
|
||||
case 1017: return "L2CR";
|
||||
case 1019: return "ICTC";
|
||||
|
Reference in New Issue
Block a user