2024-02-01 21:11:35 -03:00
|
|
|
#!/bin/sh
|
|
|
|
|
2024-04-26 07:49:28 -03:00
|
|
|
export MANGOHUD=1
|
|
|
|
|
2024-02-01 21:11:35 -03:00
|
|
|
# https://docs.mesa3d.org/envvars.html
|
2024-04-26 07:49:28 -03:00
|
|
|
export MESA_NO_DITHER=1 # Disables dither
|
|
|
|
export MESA_BACK_BUFFER=pixmap # For X only
|
2024-02-01 21:11:35 -03:00
|
|
|
|
2024-04-26 07:49:28 -03:00
|
|
|
gamemoderun "$@"
|