From 6df55ba7f9857b81c69896b6a2cbc24be9be23f4 Mon Sep 17 00:00:00 2001 From: Sorgelig Date: Fri, 19 Aug 2022 22:58:38 +0800 Subject: [PATCH] Reset for is_pcxt_type. --- user_io.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/user_io.cpp b/user_io.cpp index b7aa396..22d41dc 100644 --- a/user_io.cpp +++ b/user_io.cpp @@ -337,6 +337,7 @@ void user_io_read_core_name() is_gba_type = 0; is_c64_type = 0; is_st_type = 0; + is_pcxt_type = 0; core_name[0] = 0; char *p = user_io_get_confstr(0);