From c2c2ce251478100c7a5f2c838d127b943c1e712a Mon Sep 17 00:00:00 2001 From: Sorgelig Date: Mon, 14 Feb 2022 02:31:21 +0800 Subject: [PATCH] PSX: option to automount memory card 1 per-game. --- support/psx/psx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)