mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: don't wait for game window in Dalamud.Boot
This commit is contained in:
parent
dcbd611876
commit
72b18dd2b5
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue