fix: miscellaneous bugs + crashes (#52)

Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/52
This commit is contained in:
Fireblade
2026-07-18 00:22:17 +01:00
parent 3c73512a40
commit be92d90bcb
194 changed files with 342503 additions and 24 deletions
@@ -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)