mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
Added namespace to GetBundleDirectory to compile on Mac OSX
This commit is contained in:
parent
bbde9cbeae
commit
c9e8179c5a
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ void DolphinApp::InitLanguageSupport()
|
|||
#elif defined(__LINUX__)
|
||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(DATA_DIR "../locale"));
|
||||
#elif defined(__APPLE__)
|
||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(GetBundleDirectory() + "Contents/Resources"));
|
||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetBundleDirectory() + "Contents/Resources"));
|
||||
#endif
|
||||
|
||||
m_locale->AddCatalog("dolphin-emu");
|
||||
|
|
Loading…
Add table
Reference in a new issue