removed function that doesn't need HLE anymore
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@992 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f560fc61da
commit
50547cdb58
|
@ -63,7 +63,6 @@ static const SPatch OSPatches[] =
|
|||
{ "puts", HLE_OS::HLE_printf }, //gcc-optimized printf?
|
||||
|
||||
// wii only
|
||||
{ "SCCheckStatus", HLE_Misc::UnimplementedFunctionFalse },
|
||||
{ "__OSInitAudioSystem", HLE_Misc::UnimplementedFunction },
|
||||
|
||||
// Super Monkey Ball
|
||||
|
|
Loading…
Reference in New Issue