Merge pull request #2341 from brooksytech/dev

Fix PS2 (Aethersx2) start script on Arm devices
This commit is contained in:
Brooksytech 2023-11-10 09:18:37 -08:00 committed by GitHub
commit 502ab572eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -863,7 +863,7 @@ makeinstall_target() {
RK3588|S922X|RK3399)
add_emu_core ps2 aethersx2 aethersx2-sa true
add_es_system ps2
install_script "Start PCSX2.sh"
install_script "Start AetherSX2.sh"
;;
esac

View file

@ -0,0 +1,10 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
source /etc/profile
jslisten set "aethersx2-sa"
/usr/bin/aethersx2-sa >/dev/null 2>&1