1
0

chore: Update graphic settings toast message

This commit is contained in:
Natsu 2024-06-18 03:44:38 +07:00
parent 181b6319f4
commit b34a489293
Signed by: NatsumeLS
GPG Key ID: 6DB67FB460CF46C6
2 changed files with 3 additions and 3 deletions

View File

@ -524,8 +524,8 @@ namespace GakumasLocal::HookMain {
renderScale = Config::renderScale;
volumeIndex = Config::volumeIndex;
Log::ShowToastFmt("ApplySetting\nqualityLevel: %d, maxBufferPixel: %d\nenderScale: %f, volumeIndex: %d\nLODQualityLv: %d, ReflectionLv: %d",
qualitySettingsLevel, maxBufferPixel, renderScale, volumeIndex, Config::lodQualityLevel, Config::reflectionQualityLevel);
Log::ShowToastFmt("Graphic Settings Applied\nQuality Level: %d, Render Scale: %f",
qualitySettingsLevel , renderScale);
}
CampusQualityManager_ApplySetting_Orig(_this, qualitySettingsLevel, maxBufferPixel, renderScale, volumeIndex);

View File

@ -9,7 +9,7 @@
<string name="liveUseCustomeDress">Live Custom Character</string>
<string name="live_costume_head_id">Live Custom Head ID (eg. costume_head_hski-cstm-0002)</string>
<string name="live_custome_dress_id">Live Custom Dress ID (eg. hski-cstm-0002)</string>
<string name="useCustomeGraphicSettings">Use Custom Graphics Settings</string>
<string name="useCustomeGraphicSettings">Use Custom Graphic Settings</string>
<string name="renderscale">Render Scale (0.5-1.0)</string>
<string name="text_hook_test_mode">Text Hook Test Mode (For Testing Only)</string>
<string name="export_text">Export Text (For Collecting Strings)</string>