Added simple app settings dialog - it will ask you where to download app data (SD Card or phone storage), later I'll maybe add other options

This commit is contained in:
pelya
2010-07-23 15:11:41 +03:00
parent 32fbf19b84
commit 7580d9ff0f
8 changed files with 139 additions and 27 deletions

View File

@@ -48,6 +48,7 @@ class DemoRenderer extends GLSurfaceView_SDL.Renderer {
System.loadLibrary("application");
System.loadLibrary("sdl_main");
Settings.Apply();
nativeInit(); // Calls main() and never returns, hehe - we'll call eglSwapBuffers() from native code
System.exit(0);