generic text 有序 dump

增加文本 hook 测试 (beta版用)
This commit is contained in:
chinosk
2024-05-27 21:41:57 +08:00
parent 3665ae851a
commit c5fd80daa2
7 changed files with 79 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ namespace GakumasLocal::Config {
bool isConfigInit = false;
bool enabled = true;
bool textTest = false;
bool enableFreeCamera = false;
int targetFrameRate = 0;
bool unlockAllLive = false;
@@ -29,6 +30,7 @@ namespace GakumasLocal::Config {
#define GetConfigItem(name) if (config.contains(#name)) name = config[#name]
GetConfigItem(enabled);
GetConfigItem(textTest);
GetConfigItem(targetFrameRate);
GetConfigItem(enableFreeCamera);
GetConfigItem(unlockAllLive);