From baea3b284e7cf62417943a4a2bb4db92e0e0a4b9 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 8 Apr 2024 17:02:29 +0900 Subject: [PATCH] RYUJINX: start in fullscreen [skip ci] --- emu-configs/ryujinx/Config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emu-configs/ryujinx/Config.json b/emu-configs/ryujinx/Config.json index 8fb6245a..5eac5602 100644 --- a/emu-configs/ryujinx/Config.json +++ b/emu-configs/ryujinx/Config.json @@ -86,7 +86,7 @@ "grid_size": 2, "application_sort": 0, "is_ascending_order": true, - "start_fullscreen": false, + "start_fullscreen": true, "show_console": true, "enable_keyboard": false, "enable_mouse": false,