unbreak OSPatches[]

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7227 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2011-02-22 15:07:38 +00:00
parent 2b6a8c1cf8
commit 85227934d6

View File

@ -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[] =