Skip to content

Commit

Permalink
GCW0: Update port building and provide port-specific README
Browse files Browse the repository at this point in the history
Fluidsynth is too problematic, stutters with some games,
so disabling it for the time being.
  • Loading branch information
sev- committed Feb 26, 2016
1 parent 9d2d0ca commit 0fe8260
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 5 additions & 2 deletions backends/platform/dingux/dingux.mk
Expand Up @@ -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
Expand All @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions dists/gcw0/default.gcw0.desktop
Expand Up @@ -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
4 changes: 0 additions & 4 deletions dists/gcw0/scummvmrc
Expand Up @@ -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

0 comments on commit 0fe8260

Please sign in to comment.