Skip to content

Commit

Permalink
Add minivmac
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jan 2, 2019
1 parent 4c68d00 commit 9e3f02b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-config.sh
Expand Up @@ -218,6 +218,7 @@ include_core_pocketcdg
include_core_crocods
include_core_cap32
include_core_mu
include_core_minivmac

# -------------------------------------------------------------------------------------------------
# Devkits
Expand Down
7 changes: 7 additions & 0 deletions rules.d/core-rules.sh
Expand Up @@ -179,6 +179,13 @@ libretro_redream_git_url="https://github.com/libretro/redream.git"
libretro_redream_build_makefile="Makefile"
libretro_redream_build_subdir="deps/libretro"

include_core_minivmac() {
register_module core "minivmac"
}
libretro_minivmac_name="Mini Vmac"
libretro_minivmac_git_url="https://github.com/libretro/libretro-minivmac.git"
libretro_minivmac_build_makefile="Makefile"

include_core_reminiscence() {
register_module core "reminiscence"
}
Expand Down

0 comments on commit 9e3f02b

Please sign in to comment.