Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated the Android Java activity for SDL2
  • Loading branch information
slouken committed Feb 4, 2012
1 parent 381f8ec commit ecc3b80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -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");
}

Expand Down

0 comments on commit ecc3b80

Please sign in to comment.