UQM-HD: directional joystick option

This commit is contained in:
Sergii Pylypenko
2013-06-11 19:37:20 +03:00
parent 0af04ec0fe
commit d97349e8c1
3 changed files with 1654 additions and 1452 deletions

View File

@@ -6,5 +6,5 @@ LOCAL_PATH=`cd $LOCAL_PATH && pwd`
if [ -e src/patched.successfully ]; then
exit 0
else
svn co http://uqm-hd.googlecode.com/svn/trunk/src && patch -p0 < android.diff && touch src/patched.successfully || exit 1
svn co http://uqm-hd.googlecode.com/svn/trunk/src && patch -p0 < android.diff && svn add src/config_unix.h && touch src/patched.successfully || exit 1
fi

File diff suppressed because it is too large Load Diff

View File

@@ -6,5 +6,5 @@ LOCAL_PATH=`cd $LOCAL_PATH && pwd`
if [ -e src/patched.successfully ]; then
exit 0
else
svn co https://sc2.svn.sourceforge.net/svnroot/sc2/trunk/sc2/src && patch -p0 < android.diff && touch src/patched.successfully || exit 1
svn co https://sc2.svn.sourceforge.net/svnroot/sc2/trunk/sc2/src && patch -p0 < android.diff && svn add src/config_unix.h && touch src/patched.successfully || exit 1
fi