Reset for is_pcxt_type.

This commit is contained in:
Sorgelig
2022-08-19 22:58:38 +08:00
parent 46c37e4d2b
commit 6df55ba7f9

View File

@@ -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);