fix(katwine): add todo comment

This commit is contained in:
Kat Inskip 2025-10-06 07:52:45 -07:00
parent 433d6435e2
commit 6113582c96
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -88,6 +88,7 @@ battlenet() {
(sc2|s2) (sc2|s2)
proton_runner "$GAME_EXE" "--exec=\"launch S2\"" ;; proton_runner "$GAME_EXE" "--exec=\"launch S2\"" ;;
(wc3|w3) (wc3|w3)
# TODO: build and ship a custom patched wine for this... jfc
export STAGING_SHARED_MEMORY=1 export STAGING_SHARED_MEMORY=1
export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1
proton_runner "$GAME_EXE" "--exec=\"launch W3\"" ;; proton_runner "$GAME_EXE" "--exec=\"launch W3\"" ;;