Fix executable name for Yuzu

This commit is contained in:
Mathieu Comandon 2020-01-23 22:37:59 -08:00
parent 20d9350c86
commit a953736a34

View file

@ -6,7 +6,7 @@ class yuzu(Runner):
human_name = "Yuzu"
platforms = ["Nintendo Switch"]
description = "Nintendo Switch emulator"
runner_executable = "yuzu/yuzu-qt"
runner_executable = "yuzu/yuzu"
game_options = [
{
"option": "main_file",