mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
Launch Citron in Fullscreen (#1429)
* shadps4 location * fix bigpemu * fix paths * Update Xenia Canary Release URL (#1395) - releases were moved to separate GH repo - TODO: Linux build is available and working on SD, not sure about compatibility and if it is ready for production * forced ryu for now * fix * Ryu * ryu * ryu * no citra parser * old paths * Fixed `citron.sh` to launch Citron in fullscreen Adds the necessary launch flags (-f -g) to launch Citron games in fullscreen. --------- Co-authored-by: Dragoon Dorise <rodrigosedano@me.com> Co-authored-by: Mitja Skuver <SilentException@users.noreply.github.com>
This commit is contained in:
parent
b8f9243d55
commit
9b6d9f3ffa
@ -23,5 +23,5 @@ fi
|
||||
#Fix first '
|
||||
param="${@}"
|
||||
param=$(echo $param | sed -e 's/^/"/' -e 's/$/"/')
|
||||
eval "${exe} ${param}"
|
||||
rm -rf "$savesPath/.gaming"
|
||||
eval "${exe} -f -g ${param}"
|
||||
rm -rf "$savesPath/.gaming"
|
||||
|
Loading…
x
Reference in New Issue
Block a user