Updated the Android Java activity for SDL2
This commit is contained in:
parent
777b9659e9
commit
84a5ad6d06
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue