Skip to content

Commit

Permalink
Merge pull request libretro#1082 from bmaupin/master
Browse files Browse the repository at this point in the history
Enable builds for tempgba
  • Loading branch information
inactive123 authored Jul 12, 2019
2 parents 37fb3f7 + 9597c15 commit fe8f328
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rules.d/core-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -936,11 +936,10 @@ libretro_hatari_git_url="https://github.com/libretro/hatari.git"
libretro_hatari_build_makefile="Makefile.libretro"

include_core_tempgba() {
register_module core "tempgba" none
register_module core "tempgba" -psp1
}
libretro_tempgba_name="TempGBA"
libretro_tempgba_git_url="https://github.com/libretro/TempGBA-libretro.git"
libretro_tempgba_build_rule=none # NEED A BUILD RULE

include_core_gpsp() {
register_module core "gpsp" -ngc -sncps3 -ps3 -psp1 -wii
Expand Down

0 comments on commit fe8f328

Please sign in to comment.