-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.