MasterDB Localization

This commit is contained in:
chinosk
2025-01-05 22:36:12 +00:00
parent c50fdfd678
commit 35c2b9f489
22 changed files with 1927 additions and 40 deletions
@@ -11,6 +11,7 @@ namespace GakumasLocal::Config {
bool replaceFont = true;
bool forceExportResource = true;
bool textTest = false;
bool useMasterTrans = true;
int gameOrientation = 0;
bool dumpText = false;
bool enableFreeCamera = false;
@@ -64,6 +65,7 @@ namespace GakumasLocal::Config {
GetConfigItem(forceExportResource);
GetConfigItem(gameOrientation);
GetConfigItem(textTest);
GetConfigItem(useMasterTrans);
GetConfigItem(dumpText);
GetConfigItem(targetFrameRate);
GetConfigItem(enableFreeCamera);
@@ -10,6 +10,7 @@ namespace GakumasLocal::Config {
extern bool forceExportResource;
extern int gameOrientation;
extern bool textTest;
extern bool useMasterTrans;
extern bool dumpText;
extern bool enableFreeCamera;
extern int targetFrameRate;