mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix(katwine): add todo comment
This commit is contained in:
parent
433d6435e2
commit
6113582c96
1 changed files with 1 additions and 0 deletions
|
|
@ -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\"" ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue