chore: don't wait for game window in Dalamud.Boot

This commit is contained in:
goaaats 2022-06-20 22:25:15 +02:00
parent dcbd611876
commit 72b18dd2b5
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -153,7 +153,8 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam, HANDLE hMainThreadContinue) {
SetEvent(hMainThreadContinue);
}
utils::wait_for_game_window();
// We don't need to do this anymore, Dalamud now loads without needing the window to be there. Speed!
// utils::wait_for_game_window();
logging::I("Initializing Dalamud...");
entrypoint_fn(lpParam, hMainThreadContinue);