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

@@ -6,6 +6,7 @@ namespace GakumasLocal::Config {
extern bool dbgMode;
extern bool enabled;
extern bool forceExportResource;
extern int gameOrientation;
extern bool textTest;
extern bool dumpText;
extern bool enableFreeCamera;