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";