mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 15:08:59 +00:00
GCW0: Packaging fixes
This commit is contained in:
parent
0fe8260a98
commit
1d1e6ed274
26
backends/platform/dingux/README.GCW0
Normal file
26
backends/platform/dingux/README.GCW0
Normal file
@ -0,0 +1,26 @@
|
||||
[ScummVM-GCW0 README]
|
||||
|
||||
Controls
|
||||
========
|
||||
- Dpad/analog joy: move mouse cursor
|
||||
- A: left mouse button click
|
||||
- B: right mouse button click
|
||||
- X: '0' key
|
||||
- Y: '.' key (skips dialogue line in some engines)
|
||||
- Left Trigger: open global menu
|
||||
- Right Trigger: opens virtual keyboard
|
||||
- Select: ESC button, scene skip in some engines
|
||||
- Start: F5 key, game menu in some engines
|
||||
|
||||
Installation from binaries
|
||||
==========================
|
||||
Copy over scummvm.opk file
|
||||
|
||||
Building from binaries
|
||||
======================
|
||||
It's pretty simple if you are running Linux on an x86/amd64 machine:
|
||||
1. Download and install the GCW0 toolchain (http://www.gcw-zero.com/develop)
|
||||
2. Download ScummVM sources and uncompress them
|
||||
3. Run backends/platform/dingux/build.gcw0.sh script
|
||||
4. Copy the resulting file scummvm.opk to your device
|
||||
5. Enjoy
|
@ -3,4 +3,4 @@
|
||||
export PATH=/opt/gcw0-toolchain/usr/bin:$PATH
|
||||
|
||||
# Disable high resolution engines since we have 320x240 hardware
|
||||
./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release --disable-engine=mohawk,neverhood,sword25,toltecs,wintermute,zvision --disable-mt32emu --disable-scalers && make -j6 gcw-opk && ls -l scummvm.opk
|
||||
./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release --disable-engine=mohawk,neverhood,sword25,toltecs,wintermute,zvision --disable-mt32emu --disable-hq-scalers && make -j6 gcw-opk && ls -l scummvm.opk
|
||||
|
@ -55,8 +55,10 @@ 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
|
||||
$(CP) $(srcdir)/backends/platform/dingux/README.GCW0 $(gcw0_bundle)/README.man.txt
|
||||
echo >> $(gcw0_bundle)/README.man.txt
|
||||
echo '[General README]' >> $(gcw0_bundle)/README.man.txt
|
||||
echo >> $(gcw0_bundle)/README.man.txt
|
||||
cat README >> $(gcw0_bundle)/README.man.txt
|
||||
|
||||
# $(CP) GeneralUser\ GS\ FluidSynth\ v1.44.sf2 $(gcw0_bundle)/
|
||||
|
Loading…
x
Reference in New Issue
Block a user