Split Japanese DOL till saveload.c
Renamed VERSION_JAP to VERSION_JPN because it might be offensive for some
This commit is contained in:
parent
b47cadcf21
commit
3b50a4bdb7
9 changed files with 87 additions and 97 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#define VERSION_ENG (VERSION == VERSION_NO_ENG0 || VERSION == VERSION_NO_ENG1)
|
||||
#define VERSION_PAL (VERSION == VERSION_NO_PAL0 || VERSION == VERSION_NO_PAL2)
|
||||
#define VERSION_JAP (VERSION == VERSION_NO_JAP)
|
||||
#define VERSION_JPN (VERSION == VERSION_NO_JAP)
|
||||
#define VERSION_NTSC (!VERSION_PAL)
|
||||
|
||||
#define VERSION_REV0 (VERSION == VERSION_NO_ENG0 || VERSION == VERSION_NO_PAL0 || VERSION == VERSION_NO_JAP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue