chore: Update graphic settings toast message
This commit is contained in:
parent
181b6319f4
commit
b34a489293
@ -524,8 +524,8 @@ namespace GakumasLocal::HookMain {
|
|||||||
renderScale = Config::renderScale;
|
renderScale = Config::renderScale;
|
||||||
volumeIndex = Config::volumeIndex;
|
volumeIndex = Config::volumeIndex;
|
||||||
|
|
||||||
Log::ShowToastFmt("ApplySetting\nqualityLevel: %d, maxBufferPixel: %d\nenderScale: %f, volumeIndex: %d\nLODQualityLv: %d, ReflectionLv: %d",
|
Log::ShowToastFmt("Graphic Settings Applied\nQuality Level: %d, Render Scale: %f",
|
||||||
qualitySettingsLevel, maxBufferPixel, renderScale, volumeIndex, Config::lodQualityLevel, Config::reflectionQualityLevel);
|
qualitySettingsLevel , renderScale);
|
||||||
}
|
}
|
||||||
|
|
||||||
CampusQualityManager_ApplySetting_Orig(_this, qualitySettingsLevel, maxBufferPixel, renderScale, volumeIndex);
|
CampusQualityManager_ApplySetting_Orig(_this, qualitySettingsLevel, maxBufferPixel, renderScale, volumeIndex);
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<string name="liveUseCustomeDress">Live Custom Character</string>
|
<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_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="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="renderscale">Render Scale (0.5-1.0)</string>
|
||||||
<string name="text_hook_test_mode">Text Hook Test Mode (For Testing Only)</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>
|
<string name="export_text">Export Text (For Collecting Strings)</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user