Updated the Android Java activity for SDL2

This commit is contained in:
Sam Lantinga 2012-02-04 16:39:52 -05:00
parent 777b9659e9
commit 84a5ad6d06

View file

@ -46,10 +46,10 @@ public class SDLActivity extends Activity {
// Load the .so
static {
System.loadLibrary("SDL");
//System.loadLibrary("SDL_image");
//System.loadLibrary("SDL_mixer");
//System.loadLibrary("SDL_ttf");
System.loadLibrary("SDL2");
//System.loadLibrary("SDL2_image");
//System.loadLibrary("SDL2_mixer");
//System.loadLibrary("SDL2_ttf");
System.loadLibrary("main");
}