Update bsnes address in rules.d

Forgot to update the address.
This commit is contained in:
ds22x 2021-03-10 22:37:16 +01:00 committed by GitHub
parent bf8fec53b1
commit af8e74dbd6
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"