Skip to content

Commit

Permalink
feat: add support for wonder swan
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jul 29, 2023
1 parent dd66f1f commit da6a1ef
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 @@ -37,3 +37,6 @@
[submodule "modules/cores/a5200"]
path = modules/cores/a5200
url = https://github.com/libretro/a5200.git
[submodule "modules/cores/beetle-wswan-libretro"]
path = modules/cores/beetle-wswan-libretro
url = https://github.com/libretro/beetle-wswan-libretro.git
1 change: 1 addition & 0 deletions modules/cores/beetle-wswan-libretro
Submodule beetle-wswan-libretro added at a0ddcd
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 Gearboy Genesis-Plus-GX libretro-fceumm mgba nestopia prosystem-libretro snes9x stella2014-libretro)
cores=(a5200 beetle-lynx-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 da6a1ef

Please sign in to comment.