fix: miscellaneous bugs + crashes (#52)
Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/52
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#define HAS_LANGUAGE_KO_KR(exp) exp,
|
||||
#define HAS_LANGUAGE_CN_TW(exp) exp,
|
||||
|
||||
#ifdef _DURANGO
|
||||
#if defined(_DURANGO) || defined(_WINDOWS64)
|
||||
#define HAS_LANGUAGE_CN_CN(exp) exp,
|
||||
#define HAS_LANGUAGE_SK_SK(exp) exp,
|
||||
#define HAS_LANGUAGE_CZ_CZ(exp) exp,
|
||||
@@ -35,7 +35,7 @@
|
||||
#define HAS_LANGUAGE_NB_NO(exp) exp,
|
||||
#define HAS_LANGUAGE_EL_GR(exp) exp,
|
||||
|
||||
#if defined(__ORBIS__) || defined(__PS3__) || defined(__PSVITA__)
|
||||
#if defined(__ORBIS__) || defined(__PS3__) || defined(__PSVITA__) || defined(_WINDOWS64)
|
||||
#define HAS_LANGUAGE_TR_TR(exp) exp,
|
||||
#else
|
||||
#define HAS_LANGUAGE_TR_TR(exp)
|
||||
|
||||
Reference in New Issue
Block a user