mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-14 10:09:13 +01:00
69705e3a41
A set of small changes to handle title imports more accurately. * Clean up the import directory after an import, exactly like IOS. This should prevent the title directory from having useless leftover contents, which could confuse the emulated software. * More robust failsafe in case an import does not complete normally. IOS checks for stale imports and handles them appropriately on boot. We now do the same. * Create all directories as IOS does. This includes the data directory.