Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization

This commit is contained in:
Ricardo Subtil 2024-04-30 21:13:10 +01:00
parent bdf625bd54
commit b77aa473a1
34 changed files with 484 additions and 96 deletions

View file

@ -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());