mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00: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:
parent
470ed118f5
commit
d3b8908a7c
5 changed files with 95 additions and 56 deletions
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue