File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ component_path="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)"
99log i " RetroDECK is now launching $component_name "
1010log i " Ruffle is running: $arg "
1111
12- static_invoke=" --config /var/data/ruffle --save-directory $saves_path /ruffle --fullscreen "
12+ static_invoke=" --config /var/data/ruffle --save-directory $saves_path /ruffle"
1313
1414# Check if Steam Deck in Desktop Mode
1515if [[ $( check_desktop_mode) == " true" ]]; then
1616 log d " Running Ruffle in Desktop Mode"
1717 log d " ruffle --graphics vulkan $static_invoke $@ "
18- exec " $component_path /ruffle" --graphics vulkan $static_invoke " $@ "
18+ exec " $component_path /bin/ ruffle" --graphics vulkan $static_invoke " $@ "
1919else
2020 log d " Running Ruffle in Gaming Mode"
2121 log d " ruffle --graphics gl --no-gui $static_invoke $@ "
22- exec " $component_path /ruffle" --graphics gl --no-gui $static_invoke " $@ "
22+ exec " $component_path /bin/ ruffle" --graphics gl --no-gui $static_invoke " $@ "
2323fi
You can’t perform that action at this time.
0 commit comments