mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-06-19 15:56:02 +07:00
add feature: orientation lock
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user