mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
unbreak OSPatches[]
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7227 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2b6a8c1cf8
commit
85227934d6
@ -68,7 +68,6 @@ static const SPatch OSPatches[] =
|
|||||||
|
|
||||||
// wii only
|
// wii only
|
||||||
//{ "__OSInitAudioSystem", HLE_Misc::UnimplementedFunction },
|
//{ "__OSInitAudioSystem", HLE_Misc::UnimplementedFunction },
|
||||||
{ "IsBusyStrm_", HLE_Misc::IsBusyStream },
|
|
||||||
|
|
||||||
// Super Monkey Ball - no longer needed.
|
// Super Monkey Ball - no longer needed.
|
||||||
//{ ".evil_vec_cosine", HLE_Misc::SMB_EvilVecCosine },
|
//{ ".evil_vec_cosine", HLE_Misc::SMB_EvilVecCosine },
|
||||||
@ -93,6 +92,8 @@ static const SPatch OSPatches[] =
|
|||||||
|
|
||||||
// Name doesn't matter, installed in CBoot::BootUp()
|
// Name doesn't matter, installed in CBoot::BootUp()
|
||||||
{ "HBReload", HLE_Misc::HBReload },
|
{ "HBReload", HLE_Misc::HBReload },
|
||||||
|
// hax :|
|
||||||
|
{ "IsBusyStrm_", HLE_Misc::IsBusyStream },
|
||||||
};
|
};
|
||||||
|
|
||||||
static const SPatch OSBreakPoints[] =
|
static const SPatch OSBreakPoints[] =
|
||||||
|
Loading…
Reference in New Issue
Block a user