mirror of
https://github.com/Takiiiiiiii/Miyoo-Mini.git
synced 2025-07-17 08:46:39 +00:00
Add files via upload
This commit is contained in:
12
Emu/WSC/config.json
Normal file
12
Emu/WSC/config.json
Normal 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"
|
||||||
|
}
|
@ -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
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
6
Emu/WSC/launch.sh
Normal 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"
|
BIN
Emu/WSC/mednafen_wswan_libretro.so
Normal file
BIN
Emu/WSC/mednafen_wswan_libretro.so
Normal file
Binary file not shown.
3012
Emu/WSC/ra32.cfg
Normal file
3012
Emu/WSC/ra32.cfg
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Emu/WSC/ra32.ss
Normal file
BIN
Emu/WSC/ra32.ss
Normal file
Binary file not shown.
Reference in New Issue
Block a user