Android buildfix

This commit is contained in:
Henrik Rydgård 2025-03-24 09:48:10 +01:00
parent ad260fa6a8
commit be93f03f1d

View file

@ -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")));