mirror of
https://github.com/yawut/SDL.git
synced 2026-04-17 06:16:11 -05:00
Updated the Android Java activity for SDL2
This commit is contained in:
parent
7fda375925
commit
4f291e8eae
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user