Skip to content

Commit

Permalink
fix: disable a5200
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Feb 24, 2024
1 parent d7969d2 commit c58d397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retro-assembly-vendors",
"version": "1.17.0-20240124224358",
"version": "1.17.0-20240124224359",
"description": "Upstream files for Retro Assembly",
"keywords": [],
"author": "arianrhodsandlot",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function dist_cores() {
echo "Compile bitcode files finished!"
}

cores=(a5200 FBNeo stella2014-libretro prosystem-libretro)
cores=(FBNeo stella2014-libretro prosystem-libretro)
clean_up_retroarch_dir
activate_emscripten '3.1.54'
for core in "${cores[@]}"; do
Expand Down

0 comments on commit c58d397

Please sign in to comment.