mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
chroe: don't use AsmHook for wndproc fix
This commit is contained in:
parent
baad575c53
commit
28102b405b
3 changed files with 34 additions and 23 deletions
|
|
@ -108,14 +108,6 @@ namespace Dalamud
|
|||
/// <param name="info">The <see cref="DalamudStartInfo"/> containing information needed to initialize Dalamud.</param>
|
||||
private static void RunThread(DalamudStartInfo info)
|
||||
{
|
||||
if (EnvironmentConfiguration.DalamudWaitForDebugger)
|
||||
{
|
||||
while (!Debugger.IsAttached)
|
||||
{
|
||||
Thread.Sleep(100);
|
||||
}
|
||||
}
|
||||
|
||||
// Setup logger
|
||||
var levelSwitch = InitLogging(info.WorkingDirectory);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue