Multiple launch arguments?
Hey, I know this might be a stupid question, but I am new to gaming on Linux and for the life of me can't figure this out, so some help would be much appreciated. I am trying to play modded cyberpunk 2077 which on Linux requires the following launch argument "WINEDLLOVERRIDES="winmm,version=n,b" %command%" I am entirely lost for how I can include this but also the gamemoderun %command% to also allow gamemode to run so that the game runs at more then 24 FPS which causes me motion sickness... any help would be much appreciated. have a good day! :)
Just add it before or after command/argument separated by space with only ONE %command% at the end, like this:
WINEDLLOVERRIDES="winmm,version=n,b" gamemoderun %command%