[Scummvm-cvs-logs] SF.net SVN: scummvm: [26892] scummvm/trunk/backends/platform/gp2x/build/ scummvm.gpe

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Sun May 20 18:38:21 CEST 2007


Revision: 26892
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26892&view=rev
Author:   djwillis
Date:     2007-05-20 09:38:18 -0700 (Sun, 20 May 2007)

Log Message:
-----------
Add missing GP2X start-up script to SVN. MUST have LF line endings (hence the SVN properties).

Added Paths:
-----------
    scummvm/trunk/backends/platform/gp2x/build/scummvm.gpe

Added: scummvm/trunk/backends/platform/gp2x/build/scummvm.gpe
===================================================================
--- scummvm/trunk/backends/platform/gp2x/build/scummvm.gpe	                        (rev 0)
+++ scummvm/trunk/backends/platform/gp2x/build/scummvm.gpe	2007-05-20 16:38:18 UTC (rev 26892)
@@ -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/trunk/backends/platform/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