Skip to content

Commit

Permalink
feat: add support for neo geo pocket
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jul 29, 2023
1 parent da6a1ef commit 63e7bea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@
[submodule "modules/cores/beetle-wswan-libretro"]
path = modules/cores/beetle-wswan-libretro
url = https://github.com/libretro/beetle-wswan-libretro.git
[submodule "modules/cores/beetle-ngp-libretro"]
path = modules/cores/beetle-ngp-libretro
url = https://github.com/libretro/beetle-ngp-libretro.git
1 change: 1 addition & 0 deletions modules/cores/beetle-ngp-libretro
Submodule beetle-ngp-libretro added at 65460e
2 changes: 1 addition & 1 deletion scripts/build-cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git clean -x

# generate bitcode (.bc) files for each cores
cd "$cores_dir"
cores=(a5200 beetle-lynx-libretro beetle-vb-libretro beetle-wswan-libretro Gearboy Genesis-Plus-GX libretro-fceumm mgba nestopia prosystem-libretro snes9x stella2014-libretro)
cores=(a5200 beetle-lynx-libretro beetle-ngp-libretro beetle-vb-libretro beetle-wswan-libretro Gearboy Genesis-Plus-GX libretro-fceumm mgba nestopia prosystem-libretro snes9x stella2014-libretro)
for core in "${cores[@]}"; do
echo "building core $core ..."
cd "$cores_dir/$core"
Expand Down

0 comments on commit 63e7bea

Please sign in to comment.