mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 01:27:18 -04:00
[Launch JVM] Back
This commit is contained in:
parent
add686aa3c
commit
b32f10c6ec
@ -87,12 +87,12 @@ static jint launchJVM(int margc, char** margv) {
|
|||||||
LOGD("Calling JLI_Launch");
|
LOGD("Calling JLI_Launch");
|
||||||
|
|
||||||
return pJLI_Launch(margc, margv,
|
return pJLI_Launch(margc, margv,
|
||||||
sizeof(const_jargs) / sizeof(char *), const_jargs,
|
0, NULL, // sizeof(const_jargs) / sizeof(char *), const_jargs,
|
||||||
sizeof(const_appclasspath) / sizeof(char *), const_appclasspath,
|
0, NULL, // sizeof(const_appclasspath) / sizeof(char *), const_appclasspath,
|
||||||
FULL_VERSION,
|
FULL_VERSION,
|
||||||
DOT_VERSION,
|
DOT_VERSION,
|
||||||
(const_progname != NULL) ? const_progname : *margv,
|
*margv, // (const_progname != NULL) ? const_progname : *margv,
|
||||||
(const_launcher != NULL) ? const_launcher : *margv,
|
*margv, // (const_launcher != NULL) ? const_launcher : *margv,
|
||||||
(const_jargs != NULL) ? JNI_TRUE : JNI_FALSE,
|
(const_jargs != NULL) ? JNI_TRUE : JNI_FALSE,
|
||||||
const_cpwildcard, const_javaw, const_ergo_class);
|
const_cpwildcard, const_javaw, const_ergo_class);
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user