should fix wii homebrew (loading) on osx. can't test atm though...

git-svn-id: https://dolphin-emu.googlecode.com/svn/branches/stable@5169 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2010-03-07 19:23:47 +00:00
parent 9ea17949ef
commit d4ba991dd3

View File

@ -198,7 +198,7 @@ bool CBoot::SetupWiiMemory(unsigned int _CountryCode)
default: default:
// PanicAlert("SetupWiiMem: Unknown country. Wii boot process will be switched to European settings."); // PanicAlert("SetupWiiMem: Unknown country. Wii boot process will be switched to European settings.");
filename = WII_EUR_SETTING_FILE; filename = File::GetSysDirectory() + WII_SYS_DIR + DIR_SEP + WII_EUR_SETTING;
break; break;
} }