mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
Add Ryujinx to power user options
This commit is contained in:
parent
0cbbe5f99d
commit
eef960a872
|
@ -217,6 +217,7 @@ configurator_power_user_changes_dialog() {
|
||||||
"PCSX2-Legacy" \
|
"PCSX2-Legacy" \
|
||||||
"PPSSPP" \
|
"PPSSPP" \
|
||||||
"RPCS3" \
|
"RPCS3" \
|
||||||
|
"Ryujinx" \
|
||||||
"XEMU" \
|
"XEMU" \
|
||||||
"Yuzu")
|
"Yuzu")
|
||||||
|
|
||||||
|
@ -258,6 +259,10 @@ configurator_power_user_changes_dialog() {
|
||||||
rpcs3
|
rpcs3
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Ryujinx" )
|
||||||
|
ryujinx-wrapper
|
||||||
|
;;
|
||||||
|
|
||||||
"XEMU" )
|
"XEMU" )
|
||||||
xemu
|
xemu
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue