mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 16:18:04 -04:00
core, improve system and mapper detection
This commit is contained in:
parent
dab0c36316
commit
67c9ba38cb
2 changed files with 19 additions and 15 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue