Fixes, Cleanups
This commit is contained in:
@@ -53,12 +53,12 @@ public class SDLActivity extends Activity {
|
||||
// Load the .so
|
||||
static {
|
||||
System.loadLibrary("sdl-2.0");
|
||||
System.loadLibrary("sdl2_image");
|
||||
//System.loadLibrary("sdl2_image");
|
||||
//System.loadLibrary("SDL2_mixer");
|
||||
//System.loadLibrary("SDL2_net");
|
||||
//System.loadLibrary("SDL2_ttf");
|
||||
System.loadLibrary("application");
|
||||
System.loadLibrary("sdl_main");
|
||||
//System.loadLibrary("application");
|
||||
//System.loadLibrary("sdl_main");
|
||||
}
|
||||
|
||||
// Setup
|
||||
|
||||
Reference in New Issue
Block a user