Skip to content

Commit

Permalink
Fix fetch rule
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Feb 24, 2018
1 parent dba4da8 commit 9de204f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rules.d/core-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ libretro_openlara_build_makefile="Makefile"
include_core_desmume2015() {
register_module core "desmume2015" -ngc -ps3 -psp1 -qnx -wii
}
libretro_desmume_name="DeSmuME 2015"
libretro_desmume_git_url="https://github.com/libretro/desmume2015.git"
libretro_desmume_build_subdir="desmume"
libretro_desmume_build_makefile="Makefile.libretro"
libretro_desmume2015_name="DeSmuME 2015"
libretro_desmume2015_git_url="https://github.com/libretro/desmume2015.git"
libretro_desmume2015_build_subdir="desmume"
libretro_desmume2015_build_makefile="Makefile.libretro"

include_core_quicknes() {
register_module core "quicknes"
Expand Down

0 comments on commit 9de204f

Please sign in to comment.