mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
GCW0: Update port building and provide port-specific README
Fluidsynth is too problematic, stutters with some games, so disabling it for the time being.
This commit is contained in:
parent
9d2d0cafd8
commit
0fe8260a98
@ -33,7 +33,7 @@ endif
|
||||
$(CP) $(srcdir)/backends/platform/dingux/scummvm.png $(bundle_name)/
|
||||
|
||||
# Special target for generationg GCW-Zero OPK bundle
|
||||
$(gcw0_bundle): all GeneralUser\ GS\ FluidSynth\ v1.44.sf2
|
||||
$(gcw0_bundle): all
|
||||
$(MKDIR) $(gcw0_bundle)
|
||||
$(CP) $(DIST_FILES_DOCS) $(gcw0_bundle)/
|
||||
$(MKDIR) $(gcw0_bundle)/themes
|
||||
@ -55,8 +55,11 @@ endif
|
||||
$(CP) $(srcdir)/dists/gcw0/default.gcw0.desktop $(gcw0_bundle)/
|
||||
$(CP) $(srcdir)/dists/gcw0/scummvmrc $(gcw0_bundle)/
|
||||
$(CP) $(srcdir)/dists/gcw0/scummvm.sh $(gcw0_bundle)/
|
||||
$(CP) $(srcdir)/backends/platforms/dingux/README.GCW0 $(gcw0_bundle)/README.man.txt
|
||||
echo '[General README]' >> $(gcw0_bundle)/README.man.txt
|
||||
cat README >> $(gcw0_bundle)/README.man.txt
|
||||
|
||||
$(CP) GeneralUser\ GS\ FluidSynth\ v1.44.sf2 $(gcw0_bundle)/
|
||||
# $(CP) GeneralUser\ GS\ FluidSynth\ v1.44.sf2 $(gcw0_bundle)/
|
||||
|
||||
gcw0-opk-unstripped: $(gcw0_bundle)
|
||||
$(CP) $(PLUGINS) $(gcw0_bundle)/plugins/
|
||||
|
@ -11,6 +11,6 @@ Exec=scummvm.sh
|
||||
Icon=scummvm
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=games
|
||||
Categories=games;
|
||||
StartupNotify=false
|
||||
X-OD-Manual=README
|
||||
X-OD-Manual=README.man.txt
|
||||
|
@ -7,7 +7,3 @@ browser_lastpath=/media
|
||||
extrapath=./engine-data
|
||||
pluginspath=./plugins
|
||||
joystick_num=0
|
||||
soundfont=./GeneralUser GS FluidSynth v1.44.sf2
|
||||
mt32_device=fluidsynth
|
||||
music_driver=fluidsynth
|
||||
gm_device=fluidsynth
|
||||
|
Loading…
Reference in New Issue
Block a user