Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add core mednafen_saturn, update flycast #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion aarch64/.index
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ quicknes_libretro.so.zip
geolith_libretro.so.zip
applewin_libretro.so.zip
mupen64plus_next_libretro.so.zip
flycast_libretro.so.zip
flycast_rumble_libretro.so.zip
a5200_libretro.so.zip
arduous_libretro.so.zip
Expand Down Expand Up @@ -157,3 +156,5 @@ scummvm_libretro.so.zip
DoubleCherryGB_libretro.so.zip
fbneo_libretro.so.zip
px68k_libretro.so.zip
flycast_libretro.so.zip
mednafen_saturn_libretro.so.zip
3 changes: 2 additions & 1 deletion aarch64/.index-extended
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
2024-02-27 550f227f geolith_libretro.so.zip
2024-03-29 9088f27c applewin_libretro.so.zip
2024-04-05 8525426b mupen64plus_next_libretro.so.zip
2024-05-06 a2fc4dc9 flycast_libretro.so.zip
2024-05-06 b18cdff3 flycast_rumble_libretro.so.zip
2024-05-23 cdaf6697 a5200_libretro.so.zip
2024-05-23 92946512 arduous_libretro.so.zip
Expand Down Expand Up @@ -158,3 +157,5 @@
2024-09-15 ca54d76c DoubleCherryGB_libretro.so.zip
2024-09-25 33214c73 fbneo_libretro.so.zip
2024-09-28 76d12c4c px68k_libretro.so.zip
2024-10-11 c97d36a0 flycast_libretro.so.zip
2024-10-26 da95806f mednafen_saturn_libretro.so.zip
Binary file modified aarch64/flycast_libretro.so.zip
Binary file not shown.
Binary file added aarch64/mednafen_saturn_libretro.so.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion addcore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

set -euo pipefail

Expand Down