Skip to content

Commit

Permalink
Merge pull request #152 from r3claimer/dev
Browse files Browse the repository at this point in the history
Start AetherSX2 UI in big picture mode
  • Loading branch information
r3claimer authored Apr 25, 2024
2 parents 4150923 + f5a9f73 commit e7cbdfe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/virtual/emulators/sources/Start AetherSX2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ source /etc/profile

set_kill set "aethersx2-sa"

/usr/bin/aethersx2-sa >/dev/null 2>&1
#Set OpenGL 3.3 on panfrost
export MESA_GL_VERSION_OVERRIDE=3.3
export MESA_GLSL_VERSION_OVERRIDE=330

#Set QT enviornment to wayland
export QT_QPA_PLATFORM=wayland

/usr/bin/aethersx2-sa -bigpicture -fullscreen >/dev/null 2>&1

0 comments on commit e7cbdfe

Please sign in to comment.