From fbc25249915d92ecd53170a0700bd7cfcfd97db1 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Wed, 27 Mar 2024 16:34:18 +0330 Subject: [PATCH] feat: gamescope rpcs3 --- configs/shell/zsh/.gamescope/configs.sh | 2 +- configs/shell/zsh/.gamescope/pcsx2.sh | 2 +- configs/shell/zsh/.gamescope/rpcs3.sh | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100755 configs/shell/zsh/.gamescope/rpcs3.sh diff --git a/configs/shell/zsh/.gamescope/configs.sh b/configs/shell/zsh/.gamescope/configs.sh index b0030c5..98fd706 100755 --- a/configs/shell/zsh/.gamescope/configs.sh +++ b/configs/shell/zsh/.gamescope/configs.sh @@ -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 diff --git a/configs/shell/zsh/.gamescope/pcsx2.sh b/configs/shell/zsh/.gamescope/pcsx2.sh index c983f89..5844260 100755 --- a/configs/shell/zsh/.gamescope/pcsx2.sh +++ b/configs/shell/zsh/.gamescope/pcsx2.sh @@ -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 diff --git a/configs/shell/zsh/.gamescope/rpcs3.sh b/configs/shell/zsh/.gamescope/rpcs3.sh new file mode 100755 index 0000000..e68abd9 --- /dev/null +++ b/configs/shell/zsh/.gamescope/rpcs3.sh @@ -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