Merge pull request #1514 from ds22x/patch-1

Update bsnes address in rules.d
This commit is contained in:
Autechre 2021-03-10 23:09:07 +01:00 committed by GitHub
commit 0304b4b3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ include_core_bsnes() {
}
libretro_bsnes_name="bsnes"
libretro_bsnes_git_url="https://github.com/libretro/bsnes.git"
libretro_bsnes_git_url="https://github.com/libretro/bsnes-libretro.git"
libretro_bsnes_build_args="compiler=\"${CXX17}\" target=\"libretro\""
libretro_bsnes_build_subdir="bsnes"
libretro_bsnes_build_makefile="GNUmakefile"