From ad089f014ed70ccf0df2098ee269c31817ea22a0 Mon Sep 17 00:00:00 2001 From: Stephen Miller Date: Mon, 28 Apr 2025 12:37:36 -0500 Subject: [PATCH] Clear temp folder on boot My tests rely on this, and some games do too. Two birds with one stone --- src/emulator.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/emulator.cpp b/src/emulator.cpp index c73ae3f38..a072a6c29 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -227,6 +227,10 @@ void Emulator::Run(const std::filesystem::path& file, const std::vectorMount(mount_temp_dir, "/temp0"); // called in app_content ==> stat/mkdir mnt->Mount(mount_temp_dir, "/temp");