Updated system

This commit is contained in:
Emmet 2024-01-13 20:01:44 -06:00
parent 0889af7fe8
commit afcb50393f
5 changed files with 29 additions and 28 deletions

View file

@ -60,6 +60,7 @@ in
# Set retroarch core directory to ~/.local/bin/libretro
# and retroarch core info directory to ~/.local/share/libretro/info
home.file.".local/bin/libretro".source = "${myRetroarch}/lib/retroarch/cores";
home.file.".local/bin/libretro-shaders".source = "${myRetroarch}/lib/retroarch/cores";
home.file.".local/share/libretro/info".source = fetchTarball {
url = "https://github.com/libretro/libretro-core-info/archive/refs/tags/v1.15.0.tar.gz";
sha256 = "004kgbsgbk7hn1v01jg3vj4b6dfb2cp3kcp5hgjyl030wqg1r22q";