app2sd support for shared libraries
This commit is contained in:
@@ -9,6 +9,8 @@ import android.view.KeyEvent;
|
||||
class Globals {
|
||||
public static String ApplicationName = "CommanderGenius";
|
||||
|
||||
public static String AppLibraries[] = { "sdl-1.2", };
|
||||
|
||||
public static final boolean Using_SDL_1_3 = false;
|
||||
|
||||
// Should be zip file
|
||||
@@ -105,7 +107,3 @@ class Globals {
|
||||
public static boolean SmoothVideo = false;
|
||||
public static boolean MultiThreadedVideo = SwVideoMode;
|
||||
}
|
||||
|
||||
class LoadLibrary {
|
||||
public LoadLibrary() { System.loadLibrary("sdl-1.2"); };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user