mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
Don't require running Dolphin in the directory that contain Languages/ on Windows
This commit is contained in:
parent
d321aa7e7a
commit
91c0e02609
@ -407,7 +407,7 @@ void DolphinApp::InitLanguageSupport()
|
||||
m_locale = new wxLocale(language);
|
||||
|
||||
#ifdef _WIN32
|
||||
m_locale->AddCatalogLookupPathPrefix(wxT("Languages"));
|
||||
m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetExeDirectory() + DIR_SEP "Languages"));
|
||||
#endif
|
||||
|
||||
m_locale->AddCatalog(wxT("dolphin-emu"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user