PSX: Persistent noreset.txt state until core is reset or reloaded. (#1046)

Co-authored-by: Bemjo <Bemjo@users.noreply.github.com>
This commit is contained in:
Bemjo
2025-10-14 08:01:01 -06:00
committed by GitHub
parent 75f567e96d
commit 4e2e950237
3 changed files with 11 additions and 3 deletions

View File

@@ -2349,6 +2349,7 @@ void HandleUI(void)
if (is_pce() && !bit) pcecd_reset();
if (is_saturn() && !bit) saturn_reset();
if (is_n64() && !bit) n64_reset();
if (is_psx() && !bit) psx_reset();
user_io_status_set(opt, 1, ex);
user_io_status_set(opt, 0, ex);