[Windows] Offload RenderingDevice creation test to subprocess.
This commit is contained in:
@ -41,6 +41,7 @@
|
||||
#include <cxxabi.h>
|
||||
#include <signal.h>
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -133,6 +134,10 @@ extern void CrashHandlerException(int signal) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (OS::get_singleton()->is_crash_handler_silent()) {
|
||||
std::_Exit(0);
|
||||
}
|
||||
|
||||
String msg;
|
||||
const ProjectSettings *proj_settings = ProjectSettings::get_singleton();
|
||||
if (proj_settings) {
|
||||
|
||||
Reference in New Issue
Block a user