Gaming/retroarch: add default settings
This commit is contained in:
parent
b924128f7c
commit
7c463d4852
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)];
|
)];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue