[Scummvm-cvs-logs] SF.net SVN: scummvm: [24419] scummvm/branches/branch-0-9-0/backends/gp2x/ build/scummvm.gpe

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Sat Oct 21 22:22:04 CEST 2006


Revision: 24419
          http://svn.sourceforge.net/scummvm/?rev=24419&view=rev
Author:   djwillis
Date:     2006-10-21 13:21:58 -0700 (Sat, 21 Oct 2006)

Log Message:
-----------
Add GP2X launch script (.gpe puts it in the games section). Must have UNIX style line endings hence custom SVN props.

Added Paths:
-----------
    scummvm/branches/branch-0-9-0/backends/gp2x/build/scummvm.gpe

Added: scummvm/branches/branch-0-9-0/backends/gp2x/build/scummvm.gpe
===================================================================
--- scummvm/branches/branch-0-9-0/backends/gp2x/build/scummvm.gpe	                        (rev 0)
+++ scummvm/branches/branch-0-9-0/backends/gp2x/build/scummvm.gpe	2006-10-21 20:21:58 UTC (rev 24419)
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+# Remount SD with forced Sync, does this really work?
+mount -o sync,remount /dev/mmcsd/disc0/part1 /mnt/sd/
+
+# Run ScummVM, important this bit.
+./scummvm.gp2x
+
+# Sync the SD card to check that everything is written.
+sync
+
+# Return to the GPH menu screen
+cd /usr/gp2x
+exec /usr/gp2x/gp2xmenu


Property changes on: scummvm/branches/branch-0-9-0/backends/gp2x/build/scummvm.gpe
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + LF


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list