mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
fix: continue main thread on C++ side again, circumvents a race condition - we should fix this for good!
This commit is contained in:
parent
f8243e2c3c
commit
7d49ebfc3c
2 changed files with 5 additions and 4 deletions
|
|
@ -110,8 +110,9 @@ namespace Dalamud
|
|||
Service<HookManager>.Set();
|
||||
|
||||
// Signal the main game thread to continue
|
||||
NativeFunctions.SetEvent(this.mainThreadContinueEvent);
|
||||
Log.Information("[T1] Game thread continued!");
|
||||
// TODO: This is done in rewrite_entrypoint.cpp again to avoid a race condition. Should be fixed!
|
||||
// NativeFunctions.SetEvent(this.mainThreadContinueEvent);
|
||||
// Log.Information("[T1] Game thread continued!");
|
||||
|
||||
// Initialize FFXIVClientStructs function resolver
|
||||
using (Timings.Start("CS Resolver Init"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue