mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Android memstick folder moves: Do recursive moves if in the same device. Drastically faster.
This commit is contained in:
@@ -345,6 +345,7 @@ bool GameManager::InstallGame(const Path &url, const Path &fileName, bool delete
|
||||
if (info.stripChars == 0) {
|
||||
success = InstallMemstickZip(z, fileName, dest / "textures.zip", info, deleteAfter);
|
||||
} else {
|
||||
// TODO: Can probably remove this, as we now put .nomedia in /TEXTURES directly.
|
||||
File::CreateEmptyFile(dest / ".nomedia");
|
||||
success = InstallMemstickGame(z, fileName, dest, info, true, deleteAfter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user