diff --git a/pcsx2/gui/AppMain.cpp b/pcsx2/gui/AppMain.cpp index f4ee475e19..8469af7231 100644 --- a/pcsx2/gui/AppMain.cpp +++ b/pcsx2/gui/AppMain.cpp @@ -348,6 +348,11 @@ wxMessageOutput* Pcsx2AppTraits::CreateMessageOutput() class Pcsx2StandardPaths : public wxStandardPaths { public: + wxString GetResourcesDir() const + { + return Path::Combine( GetDataDir(), L"Langs" ); + } + #ifdef __LINUX__ wxString GetUserLocalDataDir() const {