Fixes, Cleanups

This commit is contained in:
Gerhard Stein
2013-10-19 11:20:03 +02:00
parent 6e4d75ddca
commit 65fdf43ac1
2 changed files with 10 additions and 8 deletions

View File

@@ -53,12 +53,12 @@ public class SDLActivity extends Activity {
// Load the .so
static {
System.loadLibrary("sdl-2.0");
System.loadLibrary("sdl2_image");
//System.loadLibrary("sdl2_image");
//System.loadLibrary("SDL2_mixer");
//System.loadLibrary("SDL2_net");
//System.loadLibrary("SDL2_ttf");
System.loadLibrary("application");
System.loadLibrary("sdl_main");
//System.loadLibrary("application");
//System.loadLibrary("sdl_main");
}
// Setup