mirror of
https://github.com/libretro/smsplus-gx.git
synced 2024-11-27 02:50:35 +00:00
Minor changes to the RS-90 build.
This commit is contained in:
parent
c9dbf26a5c
commit
b134dbf153
@ -4,7 +4,7 @@ CC = /opt/rs90-toolchain/bin/mipsel-linux-gcc
|
||||
# Possible choices : rs97, k3s (PAP K3S), sdl, amini, fbdev
|
||||
PORT = rs97
|
||||
# Possible choices : alsa, pulse (pulseaudio), oss, sdl12 (SDL 1.2 sound output), portaudio, libao
|
||||
SOUND_OUTPUT = oss
|
||||
SOUND_OUTPUT = alsa
|
||||
# Possible choices : crabemu_sn76489 (less accurate, GPLv2), maxim_sn76489 (somewhat problematic license but good accuracy)
|
||||
SOUND_ENGINE = maxim_sn76489
|
||||
# Possible choices : z80 (accurate but proprietary), eighty (EightyZ80's core, GPLv2)
|
||||
|
@ -25,7 +25,7 @@ Icon=icon
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=emulators;
|
||||
X-OD-NeedsDownscaling=false' > opk/default.gcw0.desktop
|
||||
X-OD-NeedsDownscaling=false' > opk/default.rs90.desktop
|
||||
|
||||
mksquashfs ./opk smsplus_rs90.opk -all-root -noappend -no-exports -no-xattrs
|
||||
|
Loading…
Reference in New Issue
Block a user