mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
Fix language selection list
You can´t choose any language on android, probably because of a bugfix (see ca8311b4b8
)
This commit is contained in:
parent
9bea246509
commit
0fc8c35297
@ -223,11 +223,7 @@ NewLanguageScreen::NewLanguageScreen(const std::string &title) : ListPopupScreen
|
||||
langValuesMapping = GetLangValuesMapping();
|
||||
|
||||
std::vector<FileInfo> tempLangs;
|
||||
#ifdef ANDROID
|
||||
VFSGetFileListing("assets/lang", &tempLangs, "ini");
|
||||
#else
|
||||
VFSGetFileListing("lang", &tempLangs, "ini");
|
||||
#endif
|
||||
std::vector<std::string> listing;
|
||||
int selected = -1;
|
||||
int counter = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user