mirror of
https://github.com/love2d/love-android.git
synced 2026-08-13 17:11:01 +02:00
Use 'app_process' as executable name (should fix #23)
This commit is contained in:
@@ -25,7 +25,7 @@ void Java_org_libsdl_app_SDLActivity_nativeInit(JNIEnv* env, jclass cls, jobject
|
||||
/* Run the application code! */
|
||||
int status;
|
||||
char *argv[2];
|
||||
argv[0] = SDL_strdup("SDL_app");
|
||||
argv[0] = SDL_strdup("app_process");
|
||||
argv[1] = NULL;
|
||||
status = SDL_main(1, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user