add feature: orientation lock

This commit is contained in:
chinosk
2024-06-14 22:49:36 +08:00
parent d92831443f
commit 577c1b268a
9 changed files with 632 additions and 483 deletions

View File

@@ -9,6 +9,7 @@ namespace GakumasLocal::Config {
bool enabled = true;
bool forceExportResource = true;
bool textTest = false;
int gameOrientation = 0;
bool dumpText = false;
bool enableFreeCamera = false;
int targetFrameRate = 0;
@@ -35,6 +36,7 @@ namespace GakumasLocal::Config {
GetConfigItem(dbgMode);
GetConfigItem(enabled);
GetConfigItem(forceExportResource);
GetConfigItem(gameOrientation);
GetConfigItem(textTest);
GetConfigItem(dumpText);
GetConfigItem(targetFrameRate);