Workaround a crash problem for the wii

This commit is contained in:
simon.kagstrom 2009-05-10 17:23:38 +00:00
parent 9b47a45db0
commit c986720ccb

View File

@ -1404,6 +1404,7 @@ int debuggable (void)
int mousehack_allowed (void) int mousehack_allowed (void)
{ {
return 0;
return mousehack; return mousehack;
} }