From 810a98fc3495b69a576ac871c8999c2b2901875b Mon Sep 17 00:00:00 2001 From: nocode Date: Wed, 8 Jul 2026 03:20:28 +0200 Subject: [PATCH] chore(gameboot): add default game configuration option Add FWS_DEFAULT_GAME configuration parameter to specify the default game launched when fws-gameboot to-windows is called without the --game argument. The game identifier must exist in the Windows games.json file (e.g., valorant, lol). --- configs/releng/airootfs/etc/fws/gameboot.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/releng/airootfs/etc/fws/gameboot.conf b/configs/releng/airootfs/etc/fws/gameboot.conf index 902654f..a65d4e0 100644 --- a/configs/releng/airootfs/etc/fws/gameboot.conf +++ b/configs/releng/airootfs/etc/fws/gameboot.conf @@ -20,3 +20,7 @@ FWS_HIBERNATE_FALLBACK="reboot" # l'image d'hibernation tiendra dans le swap. La VRAM des GPU récents (ex. 32 Go # sur une RTX 5090) est recopiée dans l'image → le swap doit couvrir RAM+VRAM. FWS_SWAP_MARGIN_MB=2048 + +# Jeu lancé par défaut si « fws-gameboot to-windows » est appelé sans --game. +# L'identifiant doit exister dans games.json côté Windows (valorant, lol, …). +FWS_DEFAULT_GAME="valorant"