Skip to content

Commit

Permalink
- cleans up unnecessary gpsp scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tzubertowski committed May 2, 2024
1 parent 79dd588 commit 0503120
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
dos2unix buildcoresworking.sh
dos2unix cleanandbuildworking.sh
dos2unix buildgpspdynarec.sh

# TODO: move into separate repo with assets, shouldn't be there rly
cp -r assets/os/bisrv.asd bisrv_08_03.asd
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Multicore otherwise works the same as it does on SF2000, so you can reference th
- gme
- pce (beetle-pce)
- ngpc (RACE)
- gba (gpsp z modyfikacją dynarec)
- gba (running with dynarec)
- gbb (gambatte)
- gbgb (gearboy)
- gb (tgbdual)
Expand Down
2 changes: 1 addition & 1 deletion buildcoresworking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ make CONSOLE=msx CORE=cores/libretro-blueMSX && \
make CONSOLE=gme CORE=cores/libretro-gme && \
make CONSOLE=pce CORE=cores/libretro-beetle-pce-fast && \
make CONSOLE=ngpc CORE=cores/RACE && \
# make CONSOLE=gba CORE=cores/gpsp && \
make CONSOLE=gba CORE=cores/gpsp && \
make CONSOLE=gbb CORE=cores/libretro-gambatte && \
make CONSOLE=gbgb CORE=cores/Gearboy/platforms/libretro && \
make CONSOLE=gb CORE=cores/libretro-tgbdual && \
Expand Down
5 changes: 0 additions & 5 deletions buildgpspdynarec.sh

This file was deleted.

0 comments on commit 0503120

Please sign in to comment.