apple: extremely minor cleanup
This commit is contained in:
parent
cc4373d7a4
commit
d9d874712c
|
@ -132,6 +132,120 @@ function find_dylib() {
|
|||
|
||||
get_all_cores
|
||||
|
||||
appstore_cores=(
|
||||
2048
|
||||
a5200
|
||||
anarch
|
||||
ardens
|
||||
atari800
|
||||
b2
|
||||
#blastem
|
||||
bluemsx
|
||||
bsnes
|
||||
bsnes-jg
|
||||
bsnes_hd_beta
|
||||
cap32
|
||||
crocods
|
||||
desmume
|
||||
dice
|
||||
dinothawr
|
||||
dirksimple
|
||||
dosbox_pure
|
||||
DoubleCherryGB
|
||||
doukutsu_rs
|
||||
easyrpg
|
||||
ep128emu_core
|
||||
fbneo
|
||||
fceumm
|
||||
#flycast
|
||||
freechaf
|
||||
freeintv
|
||||
fuse
|
||||
gambatte
|
||||
gearboy
|
||||
gearcoleco
|
||||
geargrafx
|
||||
gearsystem
|
||||
genesis_plus_gx
|
||||
genesis_plus_gx_wide
|
||||
geolith
|
||||
gme
|
||||
gpsp
|
||||
gw
|
||||
handy
|
||||
holani
|
||||
kronos
|
||||
mednafen_ngp
|
||||
mednafen_pce
|
||||
mednafen_pce_fast
|
||||
mednafen_pcfx
|
||||
mednafen_psx
|
||||
mednafen_psx_hw
|
||||
mednafen_saturn
|
||||
mednafen_supergrafx
|
||||
mednafen_vb
|
||||
mednafen_wswan
|
||||
melondsds
|
||||
mesen
|
||||
mesen-s
|
||||
mgba
|
||||
mojozork
|
||||
mrboom
|
||||
mu
|
||||
mupen64plus_next
|
||||
neocd
|
||||
nestopia
|
||||
noods
|
||||
np2kai
|
||||
numero
|
||||
nxengine
|
||||
opera
|
||||
pcsx_rearmed
|
||||
picodrive
|
||||
#play
|
||||
pocketcdg
|
||||
pokemini
|
||||
potator
|
||||
ppsspp
|
||||
prboom
|
||||
prosystem
|
||||
puae
|
||||
px68k
|
||||
quicknes
|
||||
race
|
||||
sameboy
|
||||
sameduck
|
||||
scummvm
|
||||
smsplus
|
||||
snes9x
|
||||
snes9x2005
|
||||
snes9x2010
|
||||
stella
|
||||
stella2014
|
||||
stella2023
|
||||
tgbdual
|
||||
theodore
|
||||
tic80
|
||||
tyrquake
|
||||
vba_next
|
||||
vbam
|
||||
vecx
|
||||
vice_x128
|
||||
vice_x64
|
||||
vice_x64sc
|
||||
vice_xcbm2
|
||||
vice_xcbm5x0
|
||||
vice_xpet
|
||||
vice_xplus4
|
||||
vice_xscpu64
|
||||
vice_xvic
|
||||
vircon32
|
||||
virtualxt
|
||||
wasm4
|
||||
xrick
|
||||
yabause
|
||||
)
|
||||
|
||||
if [ -z "$1" ] ; then
|
||||
if find . -maxdepth 1 -iname \*_libretro\*.dylib | grep -q ^. ; then
|
||||
dylibs=( *_libretro*.dylib )
|
||||
|
@ -141,119 +255,7 @@ else
|
|||
if [ "$1" = "all" ] ; then
|
||||
dylibs=(${allcores[*]})
|
||||
elif [ "$1" = "appstore" ] ; then
|
||||
exports=(
|
||||
2048
|
||||
a5200
|
||||
anarch
|
||||
ardens
|
||||
atari800
|
||||
b2
|
||||
#blastem
|
||||
bluemsx
|
||||
bsnes
|
||||
bsnes-jg
|
||||
bsnes_hd_beta
|
||||
cap32
|
||||
crocods
|
||||
desmume
|
||||
dice
|
||||
dinothawr
|
||||
dirksimple
|
||||
dosbox_pure
|
||||
DoubleCherryGB
|
||||
doukutsu_rs
|
||||
easyrpg
|
||||
ep128emu_core
|
||||
fbneo
|
||||
fceumm
|
||||
#flycast
|
||||
freechaf
|
||||
freeintv
|
||||
fuse
|
||||
gambatte
|
||||
gearboy
|
||||
gearcoleco
|
||||
geargrafx
|
||||
gearsystem
|
||||
genesis_plus_gx
|
||||
genesis_plus_gx_wide
|
||||
geolith
|
||||
gme
|
||||
gpsp
|
||||
gw
|
||||
handy
|
||||
holani
|
||||
kronos
|
||||
mednafen_ngp
|
||||
mednafen_pce
|
||||
mednafen_pce_fast
|
||||
mednafen_pcfx
|
||||
mednafen_psx
|
||||
mednafen_psx_hw
|
||||
mednafen_saturn
|
||||
mednafen_supergrafx
|
||||
mednafen_vb
|
||||
mednafen_wswan
|
||||
melondsds
|
||||
mesen
|
||||
mesen-s
|
||||
mgba
|
||||
mojozork
|
||||
mrboom
|
||||
mu
|
||||
mupen64plus_next
|
||||
neocd
|
||||
nestopia
|
||||
noods
|
||||
np2kai
|
||||
numero
|
||||
nxengine
|
||||
opera
|
||||
pcsx_rearmed
|
||||
picodrive
|
||||
#play
|
||||
pocketcdg
|
||||
pokemini
|
||||
potator
|
||||
ppsspp
|
||||
prboom
|
||||
prosystem
|
||||
puae
|
||||
px68k
|
||||
quicknes
|
||||
race
|
||||
sameboy
|
||||
sameduck
|
||||
scummvm
|
||||
smsplus
|
||||
snes9x
|
||||
snes9x2005
|
||||
snes9x2010
|
||||
stella
|
||||
stella2014
|
||||
stella2023
|
||||
tgbdual
|
||||
theodore
|
||||
tic80
|
||||
tyrquake
|
||||
vba_next
|
||||
vbam
|
||||
vecx
|
||||
vice_x128
|
||||
vice_x64
|
||||
vice_x64sc
|
||||
vice_xcbm2
|
||||
vice_xcbm5x0
|
||||
vice_xpet
|
||||
vice_xplus4
|
||||
vice_xscpu64
|
||||
vice_xvic
|
||||
vircon32
|
||||
virtualxt
|
||||
wasm4
|
||||
xrick
|
||||
yabause
|
||||
)
|
||||
exports=(${appstore_cores[*]})
|
||||
if [ "$PLATFORM" = "osx" ] ; then
|
||||
exports+=(
|
||||
flycast
|
||||
|
|
Loading…
Reference in New Issue