summaryrefslogtreecommitdiff
path: root/defaults/assets
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-03-20 13:29:25 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-03-20 13:29:25 -0400
commit1685705f33c1b05a44e6b77d622763559674553b (patch)
treea141d49203864343f2f6ef210f8260c5f4f86a9d /defaults/assets
parent1eba411d542fdf657fb221303efa351dbfc0d7f3 (diff)
downloadDecky-Framegen-1685705f33c1b05a44e6b77d622763559674553b.tar.gz
Decky-Framegen-1685705f33c1b05a44e6b77d622763559674553b.zip
fix: bump to 0.15.0 and avoid OptiScaler font assert
Diffstat (limited to 'defaults/assets')
-rwxr-xr-xdefaults/assets/fgmod.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/defaults/assets/fgmod.sh b/defaults/assets/fgmod.sh
index 37f8946..fa36558 100755
--- a/defaults/assets/fgmod.sh
+++ b/defaults/assets/fgmod.sh
@@ -133,6 +133,10 @@ if [[ -f "$fgmod_path/update-optiscaler-config.py" ]]; then
python "$fgmod_path/update-optiscaler-config.py" "$exe_folder_path/OptiScaler.ini"
fi
+# OptiScaler 0.9.0-pre11 can assert on Proton when HQ font auto mode tries to load
+# an external TTF that is not present. Only normalize the default auto value.
+sed -i 's/^UseHQFont[[:space:]]*=[[:space:]]*auto$/UseHQFont=false/' "$exe_folder_path/OptiScaler.ini" || true
+
# === ASI Plugins Directory ===
if [[ -d "$fgmod_path/plugins" ]]; then
echo "🔌 Installing ASI plugins directory"