feat: gamescope rpcs3
This commit is contained in:
parent
df0fe9f276
commit
fbc2524991
3 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
11
configs/shell/zsh/.gamescope/rpcs3.sh
Executable file
11
configs/shell/zsh/.gamescope/rpcs3.sh
Executable 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
|
Loading…
Add table
Reference in a new issue