mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 04:15:05 +00:00
correct names for Genesis and SMS
This commit is contained in:
parent
8bcab6e139
commit
b2d2da1f1c
1 changed files with 2 additions and 2 deletions
|
@ -241,9 +241,9 @@ const char* DivEngine::getSystemNameJ(DivSystem sys) {
|
|||
case DIV_SYSTEM_YMU759:
|
||||
return "";
|
||||
case DIV_SYSTEM_GENESIS:
|
||||
return "メガドライブ";
|
||||
return "セガメガドライブ";
|
||||
case DIV_SYSTEM_SMS:
|
||||
return "マスターシステム";
|
||||
return "セガマスターシステム";
|
||||
case DIV_SYSTEM_GB:
|
||||
return "ゲームボーイ";
|
||||
case DIV_SYSTEM_PCE:
|
||||
|
|
Loading…
Reference in a new issue