mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-28 23:02:47 +01:00
core, fix typo
platform, show Mark III as name for japanese SMS
This commit is contained in:
@@ -418,6 +418,8 @@ static void system_announce(void)
|
||||
sys_name = "Master System";
|
||||
if (Pico.m.hardware & 0x1)
|
||||
sys_name = "Game Gear";
|
||||
else if (Pico.m.hardware & 0x4)
|
||||
sys_name = "Mark III";
|
||||
#ifdef NO_SMS
|
||||
extra = " [no support]";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user