Add files via upload

This commit is contained in:
Takiiiiiiii
2022-01-11 05:26:11 -08:00
committed by GitHub
parent ab0b27188a
commit 008473e759
7 changed files with 3037 additions and 0 deletions

12
Emu/WSC/config.json Normal file
View File

@ -0,0 +1,12 @@
{
"label":"WSC",
"icon":"ic-WSC.png",
"iconsel":"",
"launch":"launch.sh",
"rompath":"../../Roms/swan",
"imgpath":"../../Imgs/WSC",
"useswap":0,
"shortname":0,
"hidebios":0,
"extlist":"wsc|ws|zip"
}

View File

@ -0,0 +1,7 @@
wswan_frameskip = "disabled"
wswan_frameskip_threshold = "33"
wswan_gfx_colors = "16bit"
wswan_mono_palette = "default"
wswan_rotate_display = "manual"
wswan_rotate_keymap = "auto"
wswan_sound_sample_rate = "44100"

BIN
Emu/WSC/ic-WSC.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

6
Emu/WSC/launch.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
echo $0 $*
progdir=`dirname "$0"`
homedir=`dirname "$1"`
cd $progdir
HOME=$homedir $progdir/ra32.ss -L $progdir/mednafen_wswan_libretro.so "$1"

Binary file not shown.

3012
Emu/WSC/ra32.cfg Normal file

File diff suppressed because it is too large Load Diff

BIN
Emu/WSC/ra32.ss Normal file

Binary file not shown.