diff --git a/tools/configurator.sh b/tools/configurator.sh index cfdd78e6..c7181883 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -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 ;;