From 49e2e715b130d5c5b9a8923f212fa0d24b54ffdc Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 3 Jan 2024 16:10:52 +0100 Subject: [PATCH] Gaming/retroarch: swap ok and cancel buttons --- roles/gaming/programs/retroarch.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/gaming/programs/retroarch.nix b/roles/gaming/programs/retroarch.nix index 1edb530..794f570 100644 --- a/roles/gaming/programs/retroarch.nix +++ b/roles/gaming/programs/retroarch.nix @@ -29,6 +29,7 @@ in settings = { video_driver = "vulkan"; video_fullscreen = "true"; + menu_swap_ok_cancel_buttons = "true"; # By default settings has some things that this overrides, so I need to set them myself libretro_info_path = "${pkgs.libretro-core-info}/share/retroarch/cores";