mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 15:54:10 -05:00
Updated the Android Java activity for SDL2
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user