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:
Shawn Hoffman
2011-01-24 21:54:19 +00:00
parent 470ed118f5
commit d3b8908a7c
5 changed files with 95 additions and 56 deletions

View File

@ -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";