Skip to content

Commit

Permalink
Add ChimeraSNES core
Browse files Browse the repository at this point in the history
- Add ChimeraSNES core
- Add ChimeraSNES in SNES emulator selector

ChimeraSNES is a fast core based on snes9x2005 core, initially created for PS Vita.
It offers food performances for low powered devices and should be compatible with retroachievements and Netplay.
  • Loading branch information
cizia64 committed Jul 13, 2024
1 parent e9f5f58 commit ce21bda
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Emus/SFC/chimerasnes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/sh
echo $0 $*
source /mnt/SDCARD/System/usr/trimui/scripts/FolderOverrideFinder.sh
RA_DIR=/mnt/SDCARD/RetroArch
EMU_DIR=/mnt/SDCARD/Emus/SFC

$EMU_DIR/cpufreq.sh


cd $RA_DIR/

#disable netplay
NET_PARAM=

HOME=$RA_DIR/ $RA_DIR/ra64.trimui -v $NET_PARAM -L $RA_DIR/.retroarch/cores/chimerasnes_libretro.so "$@"
4 changes: 4 additions & 0 deletions Emus/SFC/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
{
"name": "Beetle Supafaust",
"launch": "supafaust.sh"
},
{
"name": "ChimeraSNES",
"launch": "chimerasnes.sh"
}
]
}
Binary file not shown.

0 comments on commit ce21bda

Please sign in to comment.