增加自定义画质设置

This commit is contained in:
chinosk
2024-05-26 21:34:18 +08:00
parent acac544183
commit 53cb596845
15 changed files with 785 additions and 293 deletions

View File

@@ -14,6 +14,15 @@ namespace GakumasLocal::Config {
extern std::string liveCustomeHeadId;
extern std::string liveCustomeCostumeId;
extern bool useCustomeGraphicSettings;
extern float renderScale;
extern int qualitySettingsLevel;
extern int volumeIndex;
extern int maxBufferPixel;
extern int reflectionQualityLevel;
extern int lodQualityLevel;
void LoadConfig(const std::string& configStr);
}