core, improve system and mapper detection

This commit is contained in:
kub 2024-05-17 19:11:34 +00:00
parent dab0c36316
commit 67c9ba38cb
2 changed files with 19 additions and 15 deletions

View file

@ -358,7 +358,7 @@ enum media_type_e PicoLoadMedia(const char *filename,
ext = NULL;
}
}
if (ext && !strcasecmp(ext,"gg") && !PicoIn.hwSelect) {
if (ext && !strcasecmp(ext,"gg")) {
PicoIn.AHW |= PAHW_GG;
lprintf("detected GG ROM\n");
} else if (ext && !strcasecmp(ext,"sg")) {