mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
RUFFLE: fixed wrong log
This commit is contained in:
parent
8c4d8f5636
commit
03ef887e72
|
@ -16,7 +16,7 @@ if [[ $(check_desktop_mode) == "true" ]]; then
|
||||||
log d "ruffle --graphics vulkan $static_invoke $@"
|
log d "ruffle --graphics vulkan $static_invoke $@"
|
||||||
ruffle --graphics vulkan $static_invoke "$@"
|
ruffle --graphics vulkan $static_invoke "$@"
|
||||||
else
|
else
|
||||||
log d "Running Ruffle in Desktop Mode"
|
log d "Running Ruffle in Gaming Mode"
|
||||||
log d "ruffle --graphics gl --no-gui $static_invoke $@"
|
log d "ruffle --graphics gl --no-gui $static_invoke $@"
|
||||||
ruffle --graphics gl --no-gui $static_invoke "$@"
|
ruffle --graphics gl --no-gui $static_invoke "$@"
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue