Updated Jooleem project - it crashes with HW accel enabled somewhere in SDL code but wirks in SW mode,

so I've added some debug to SDL_androidvideo-1.2.c, and I'm planning to make test SDL project to check HW accel and alpha surfaces status.
This commit is contained in:
pelya
2010-10-25 13:33:29 +03:00
parent d44642450a
commit 75a74486ff
16 changed files with 65 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.sourceforge.clonekeenplus"
android:versionCode="32202"
android:versionName="0.3.2.2.02 - on-screen joystick now acts as analog joystick, with finer control over movement"
package="net.sourceforge.jooleem"
android:versionCode="01404"
android:versionName="0.1.4.04 - added HW acceleration"
android:installLocation="preferExternal"
>
<application android:label="@string/app_name"