RUFFLE: fixed wrong log

This commit is contained in:
XargonWan 2025-02-05 11:32:37 +09:00
parent 8c4d8f5636
commit 03ef887e72

View file

@ -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