mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-23 07:06:44 +00:00
When TASing, we savestate not just /tmp but also /. The code that was
added in d35fe1b didn't handle recreating / correctly.
This commit fixes the problem by skipping recreating /, which is fine
since it always exists.