Add unlock window size. Fixed lyrics localify.

This commit is contained in:
chinosk
2025-03-22 10:56:41 +00:00
parent 1fc9e69ded
commit 4be0798660
10 changed files with 235 additions and 30 deletions
+2
View File
@@ -51,6 +51,8 @@ namespace GakumasLocal::Config {
extern float bLimitZx;
extern float bLimitZy;
extern bool dmmUnlockSize;
void LoadConfig(const std::string& configStr);
void SaveConfig(const std::string& configPath);
}