diff --git a/support/psx/psx.cpp b/support/psx/psx.cpp index e8527a1..5a8ec7f 100644 --- a/support/psx/psx.cpp +++ b/support/psx/psx.cpp @@ -246,7 +246,7 @@ void psx_mount_cd(int f_index, int s_index, const char *filename) if (!loaded) Info("CD BIOS not found!", 4000); } - psx_mount_save(last_dir); + if (!(user_io_status(0, 0, 1) >> 31)) psx_mount_save(last_dir); } if (loaded)