mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +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" \
|
||||
"PPSSPP" \
|
||||
"RPCS3" \
|
||||
"Ryujinx" \
|
||||
"XEMU" \
|
||||
"Yuzu")
|
||||
|
||||
|
@ -258,6 +259,10 @@ configurator_power_user_changes_dialog() {
|
|||
rpcs3
|
||||
;;
|
||||
|
||||
"Ryujinx" )
|
||||
ryujinx-wrapper
|
||||
;;
|
||||
|
||||
"XEMU" )
|
||||
xemu
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue