Gaming/retroarch: add default settings

This commit is contained in:
Toast 2023-12-31 03:04:47 +01:00
parent b924128f7c
commit 7c463d4852

View file

@ -29,6 +29,11 @@ in
settings = { settings = {
video_driver = "vulkan"; video_driver = "vulkan";
video_fullscreen = "true"; video_fullscreen = "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";
joypad_autoconfig_dir = "${pkgs.retroarch-joypad-autoconfig}/share/libretro/autoconfig";
assets_directory = "${pkgs.retroarch-assets}/share/retroarch/assets";
}; };
} }
)]; )];