Fix the issue causing the logo to not show when using the compatibility renderer

This commit is contained in:
Fredia Huya-Kouadio
2024-07-03 02:37:14 -07:00
parent f0d15bbfdf
commit 637f4a10ed
3 changed files with 103 additions and 86 deletions

View File

@@ -72,8 +72,9 @@ public:
static int test_entrypoint(int argc, char *argv[], bool &tests_need_run);
static Error setup(const char *execpath, int argc, char *argv[], bool p_second_phase = true);
static Error setup2(); // The thread calling setup2() will effectively become the main thread.
static Error setup2(bool p_show_boot_logo = true); // The thread calling setup2() will effectively become the main thread.
static String get_rendering_driver_name();
static void setup_boot_logo();
#ifdef TESTS_ENABLED
static Error test_setup();
static void test_cleanup();