Merge pull request #1543 from brooksytech/dev

Fix PSPMinis
This commit is contained in:
Brooksytech 2023-06-07 11:26:05 -07:00 committed by GitHub
commit 542040063a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,7 +320,7 @@ then
RUNTHIS='${TBASH} /usr/bin/start_rpcs3sa.sh "${ROMNAME}"'
fi
;;
"psp")
"psp"|"pspminis")
jslisten set "-9 ppsspp"
if [ "$EMU" = "ppsspp-sa" ]; then
RUNTHIS='${TBASH} /usr/bin/start_ppsspp.sh "${ROMNAME}"'