mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Android buildfix
This commit is contained in:
parent
ad260fa6a8
commit
be93f03f1d
1 changed files with 1 additions and 0 deletions
|
@ -771,6 +771,7 @@ void SystemInfoScreen::CreateStorageTab(UI::LinearLayout *storage) {
|
|||
storage->Add(new InfoItem("DefaultCurrentDir", g_Config.defaultCurrentDirectory.ToVisualString()));
|
||||
|
||||
#if PPSSPP_PLATFORM(ANDROID)
|
||||
auto di = GetI18NCategory(I18NCat::DIALOG);
|
||||
storage->Add(new InfoItem("ExtFilesDir", g_extFilesDir));
|
||||
bool scoped = System_GetPropertyBool(SYSPROP_ANDROID_SCOPED_STORAGE);
|
||||
storage->Add(new InfoItem("Scoped Storage", scoped ? di->T("Yes") : di->T("No")));
|
||||
|
|
Loading…
Add table
Reference in a new issue