RetroDECK/tools/start-yuzu.sh
2022-04-22 14:26:19 +09:00

5 lines
239 B
Bash

#!/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