From 83760dda072ee0212192762791a2cf6d565e7428 Mon Sep 17 00:00:00 2001 From: Mary Date: Sun, 15 May 2022 17:19:28 +0200 Subject: [PATCH] Fix since Avalonia merge --- src/pages/Download.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Download.vue b/src/pages/Download.vue index aa06341..64fbb46 100644 --- a/src/pages/Download.vue +++ b/src/pages/Download.vue @@ -121,7 +121,7 @@ export default { var asset = json.assets[i]; // Ignore SDL2 headless for now (TODO: integrate that someday) - if (asset.name.startsWith("ryujinx-headless-sdl2")) + if (asset.name.startsWith("sdl2-") || asset.name.startsWith("ava-")) { continue; }