ferretro example launch scripts

This commit is contained in:
lif 2021-12-17 03:26:42 -08:00
parent 2b9200318e
commit abf67e2789
2 changed files with 14 additions and 0 deletions

6
emulation/gba.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -ex
xrandr --output LVDS-1 --mode 1000x480_59.73_gba
set +e
multifunction_emulator -c ~/.config/retroarch/cores/gpsp_libretro.so --fullscreen --no-opengl "$@"
xrandr --output LVDS-1 --auto

8
emulation/gbc.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
set -ex
xrandr --output LVDS-1 --mode 896x432_59.73_gbc
set +e
export gambatte_mix_frames=lcd_ghosting_fast
export gambatte_gbc_color_correction_mode=fast
multifunction_emulator -c ~/.config/retroarch/cores/gambatte_libretro.so --fullscreen --no-opengl "$@"
xrandr --output LVDS-1 --auto