mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
mcd, fixes for msu
This commit is contained in:
parent
02f3222feb
commit
411b2c1949
3 changed files with 62 additions and 30 deletions
|
@ -384,7 +384,8 @@ enum media_type_e PicoLoadMedia(const char *filename,
|
|||
media_type = PM_BAD_CD;
|
||||
goto out;
|
||||
}
|
||||
Pico.m.ncart_in = 1;
|
||||
if (Pico.romsize <= 0x20000)
|
||||
Pico.m.ncart_in = 1;
|
||||
}
|
||||
|
||||
if (PicoIn.quirks & PQUIRK_FORCE_6BTN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue