feat: gamescope rpcs3

This commit is contained in:
hesam-init 2024-03-27 16:34:18 +03:30
parent df0fe9f276
commit fbc2524991
3 changed files with 13 additions and 2 deletions

View file

@ -5,4 +5,4 @@ export HEIGHT=1080
export REFRESH_RATE=75
export PCSX2=~/Games/Pcsx2/pcsx2.AppImage
export RPCS3=~/Games/Pcsx2/rpcs3.AppImage
export RPCS3=~/Games/Rpcs3/rpcs3.AppImage

View file

@ -4,7 +4,7 @@ source ~/.gamescope/utils/main.sh
source ~/.gamescope/configs.sh
run_os() {
MANGOHUD=1 gamescope -W $WIDTH -H $HEIGHT -f -F fsr --sharpness 15 --xwayland-count 2 -- $PCSX2 -fullscreen -bigpicture
MANGOHUD=1 gamescope --xwayland-count 2 -W $WIDTH -H $HEIGHT -F fsr --sharpness 1 -- $PCSX2 -fullscreen -bigpicture
}
presetup

View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
source ~/.gamescope/utils/main.sh
source ~/.gamescope/configs.sh
run_os() {
MANGOHUD=1 gamescope -W $WIDTH -H $HEIGHT -F fsr --sharpness 1 -- $RPCS3
}
presetup
run_os