You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: SD card games unrecoverable when external storage toggle off (#809)
getAppDirPath only checked PrefManager.externalStoragePath which is
empty when toggle is off — games on SD card couldn't be found, making
them unplayable/undeletable/unreinstallable.
Add allInstallPaths (internal + configured external + all mounted
volumes) and use it in both getAppDirPath and getDownloadDirectoryApps.
Skip blank/relative paths and deduplicate to avoid redundant checks.