mirror of
https://github.com/holub/mame
synced 2025-05-04 05:23:22 +03:00
Put DEF_STR( International ) back, it's used in MESS (no whatsnew)
This commit is contained in:
parent
f86a0d341c
commit
741649b99c
@ -771,6 +771,7 @@ static const struct
|
||||
{ INPUT_STRING_Tilt, "Tilt" },
|
||||
{ INPUT_STRING_Version, "Version" },
|
||||
{ INPUT_STRING_Region, "Region" },
|
||||
{ INPUT_STRING_International, "International" },
|
||||
{ INPUT_STRING_Japan, "Japan" },
|
||||
{ INPUT_STRING_USA, "USA" },
|
||||
{ INPUT_STRING_Europe, "Europe" },
|
||||
|
@ -549,6 +549,7 @@ enum
|
||||
INPUT_STRING_Tilt,
|
||||
INPUT_STRING_Version,
|
||||
INPUT_STRING_Region,
|
||||
INPUT_STRING_International,
|
||||
INPUT_STRING_Japan,
|
||||
INPUT_STRING_USA,
|
||||
INPUT_STRING_Europe,
|
||||
|
Loading…
Reference in New Issue
Block a user