mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-21 03:41:18 +00:00
just added a small function for HLE
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2948 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
96251a911f
commit
65fa1cb729
@ -86,6 +86,9 @@ static const SPatch OSPatches[] =
|
|||||||
// special
|
// special
|
||||||
// { "GXPeekZ", HLE_Misc::GXPeekZ},
|
// { "GXPeekZ", HLE_Misc::GXPeekZ},
|
||||||
// { "GXPeekARGB", HLE_Misc::GXPeekARGB},
|
// { "GXPeekARGB", HLE_Misc::GXPeekARGB},
|
||||||
|
|
||||||
|
// debug helper...
|
||||||
|
{ "CheckFirmare", HLE_Misc::UnimplementedFunction },
|
||||||
};
|
};
|
||||||
|
|
||||||
static const SPatch OSBreakPoints[] =
|
static const SPatch OSBreakPoints[] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user