project_files/Android-build/SDL-android-project/src/org/hedgewars/SDLActivity.java
branchhedgeroid
changeset 5347 a34995ecf90e
parent 5331 3f93e036ca94
child 5363 7f7800581012
equal deleted inserted replaced
5344:893e49c53c41 5347:a34995ecf90e
   233     Simple nativeInit() runnable
   233     Simple nativeInit() runnable
   234  */
   234  */
   235 class SDLMain implements Runnable {
   235 class SDLMain implements Runnable {
   236 	public void run() {
   236 	public void run() {
   237 		// Runs SDL_main()
   237 		// Runs SDL_main()
   238 		SDLActivity.nativeInit(new String[]{ "480"});
   238 		SDLActivity.nativeInit(new String[]{ "0", "533", "300", "0", "null", "xeli", "1", "1", "1", "0", "/sdcard/bla.hwd"});
   239 
   239 
   240 		//Log.v("SDL", "SDL thread terminated");
   240 		//Log.v("SDL", "SDL thread terminated");
   241 	}
   241 	}
   242 }
   242 }
   243 
   243