RetroDECK/tools/start-yuzu.sh

5 lines
239 B
Bash
Raw Normal View History

2022-04-22 05:26:19 +00:00
#!/bin/bash
kdialog --title "RetroDECK" --warningyesno "Doing some changes in the Yuzu configuration may create serious issues, please continue only if you know what you're doing.\n\nDo you want to continue?"
if [ $? == 0 ]; then
yuzu