-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding ChimerasSNES, TI-83 (Numero) and MicroW8 (UW8) to Pacman exper…
…t section
- Loading branch information
Showing
13 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
mouse_speed = "2" |
12 changes: 12 additions & 0 deletions
12
static/packages/RApp/Game engine - MicroW8 (Uw8)/RApp/UW8/config.json
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,12 @@ | ||
{ | ||
"label":"uw8", | ||
"icon":"../../Icons/Default/rapp/uw8.png", | ||
"iconsel":"../../Icons/Default/rapp/uw8.png", | ||
"launch":"launch.sh", | ||
"rompath":"../../Roms/MICROW8", | ||
"imgpath":"../../Roms/MICROW8/Imgs", | ||
"useswap":1, | ||
"shortname":0, | ||
"hidebios":0, | ||
"extlist":"uw8|wasm" | ||
} |
15 changes: 15 additions & 0 deletions
15
static/packages/RApp/Game engine - MicroW8 (Uw8)/RApp/UW8/launch.sh
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 $* | ||
progdir=`dirname "$0"` | ||
homedir=`dirname "$1"` | ||
|
||
# Timer initialisation | ||
cd /mnt/SDCARD/App/PlayActivity | ||
./playActivity "init" | ||
|
||
cd /mnt/SDCARD/RetroArch/ | ||
HOME=/mnt/SDCARD/RetroArch/ $progdir/../../RetroArch/retroarch -v -L $progdir/../../RetroArch/.retroarch/cores/uw8_libretro.so "$1" | ||
|
||
# Timer registration | ||
cd /mnt/SDCARD/App/PlayActivity | ||
./playActivity "$1" |
Empty file.
13 changes: 13 additions & 0 deletions
13
static/packages/RApp/Nintendo - SNES (ChimeraSNES)/RApp/chimerasnes/config.json
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,13 @@ | ||
{ | ||
"label":"chimerasnes", | ||
"icon":"../../Icons/Default/rapp/chimerasnes.png", | ||
"iconsel":"../../Icons/Default/rapp/chimerasnes.png", | ||
"launch":"launch.sh", | ||
"rompath":"../../Roms/SFC", | ||
"imgpath":"../../Roms/SFC/Imgs", | ||
"useswap":1, | ||
"shortname":0, | ||
"hidebios":0, | ||
"extlist":"sfc|smc|fig|bs|st|zip|7z" | ||
} | ||
|
15 changes: 15 additions & 0 deletions
15
static/packages/RApp/Nintendo - SNES (ChimeraSNES)/RApp/chimerasnes/launch.sh
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 $* | ||
progdir=`dirname "$0"` | ||
homedir=`dirname "$1"` | ||
|
||
# Timer initialisation | ||
cd /mnt/SDCARD/App/PlayActivity | ||
./playActivity "init" | ||
|
||
cd /mnt/SDCARD/RetroArch/ | ||
HOME=/mnt/SDCARD/RetroArch/ $progdir/../../RetroArch/retroarch -v -L $progdir/../../RetroArch/.retroarch/cores/chimerasnes_libretro.so "$1" | ||
|
||
# Timer registration | ||
cd /mnt/SDCARD/App/PlayActivity | ||
./playActivity "$1" |
Empty file.
12 changes: 12 additions & 0 deletions
12
static/packages/RApp/Texas Instruments TI-83 (Numero)/RApp/TI-83/config.json
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,12 @@ | ||
{ | ||
"label":"ti-83", | ||
"icon":"../../Icons/Default/rapp/ti-83.png", | ||
"iconsel":"../../Icons/Default/rapp/ti-83.png", | ||
"launch":"launch.sh", | ||
"rompath":"../../Roms/TI83", | ||
"imgpath":"../../Roms/TI83/Imgs", | ||
"useswap":1, | ||
"shortname":0, | ||
"hidebios":1, | ||
"extlist":"8xp|8xk|8xg" | ||
} |
23 changes: 23 additions & 0 deletions
23
static/packages/RApp/Texas Instruments TI-83 (Numero)/RApp/TI-83/launch.sh
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,23 @@ | ||
#!/bin/sh | ||
echo $0 $* | ||
progdir=`dirname "$0"` | ||
homedir=`dirname "$1"` | ||
|
||
filename=`basename "$1"` | ||
|
||
# Timer initialisation | ||
cd /mnt/SDCARD/App/PlayActivity | ||
./playActivity "init" | ||
|
||
cd /mnt/SDCARD/RetroArch/ | ||
|
||
if [ "$filename" = "~Run TI-83.8xp" ]; then | ||
HOME=/mnt/SDCARD/RetroArch/ $progdir/../../RetroArch/retroarch -v -L $progdir/../../RetroArch/.retroarch/cores/numero_libretro.so | ||
else | ||
HOME=/mnt/SDCARD/RetroArch/ $progdir/../../RetroArch/retroarch -v -L $progdir/../../RetroArch/.retroarch/cores/numero_libretro.so "$1" | ||
fi | ||
|
||
|
||
# Timer registration | ||
cd /mnt/SDCARD/App/PlayActivity | ||
./playActivity "$1" |
Empty file.