mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization
This commit is contained in:
parent
bdf625bd54
commit
b77aa473a1
34 changed files with 484 additions and 96 deletions
|
|
@ -118,7 +118,7 @@ String GodotIOJavaWrapper::get_temp_dir() {
|
|||
}
|
||||
}
|
||||
|
||||
String GodotIOJavaWrapper::get_user_data_dir() {
|
||||
String GodotIOJavaWrapper::get_user_data_dir(const String &p_user_dir) {
|
||||
if (_get_data_dir) {
|
||||
JNIEnv *env = get_jni_env();
|
||||
ERR_FAIL_NULL_V(env, String());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue