mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Added namespace to GetBundleDirectory to compile on Mac OSX
This commit is contained in:
@ -338,7 +338,7 @@ void DolphinApp::InitLanguageSupport()
|
|||||||
#elif defined(__LINUX__)
|
#elif defined(__LINUX__)
|
||||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(DATA_DIR "../locale"));
|
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(DATA_DIR "../locale"));
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(GetBundleDirectory() + "Contents/Resources"));
|
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetBundleDirectory() + "Contents/Resources"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_locale->AddCatalog("dolphin-emu");
|
m_locale->AddCatalog("dolphin-emu");
|
||||||
|
Reference in New Issue
Block a user