From d4ba991dd35fb639d76423fe0837a72bbcbf725d Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 7 Mar 2010 19:23:47 +0000 Subject: [PATCH] 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 --- Source/Core/Core/Src/Boot/Boot_BS2Emu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/Boot/Boot_BS2Emu.cpp b/Source/Core/Core/Src/Boot/Boot_BS2Emu.cpp index 0f40728728..4b917b5a80 100644 --- a/Source/Core/Core/Src/Boot/Boot_BS2Emu.cpp +++ b/Source/Core/Core/Src/Boot/Boot_BS2Emu.cpp @@ -198,7 +198,7 @@ bool CBoot::SetupWiiMemory(unsigned int _CountryCode) default: // 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; }