From 08266f9450d9e9b685cfebb562b97b01fcd59c7e Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:08:24 -0800 Subject: [PATCH] update comment fixes previous commit --- src/BizHawk.Client.EmuHawk/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/Program.cs b/src/BizHawk.Client.EmuHawk/Program.cs index dda7f39da6..ce5706f24f 100644 --- a/src/BizHawk.Client.EmuHawk/Program.cs +++ b/src/BizHawk.Client.EmuHawk/Program.cs @@ -322,8 +322,6 @@ namespace BizHawk.Client.EmuHawk // WHY do we have to do this? some intel graphics drivers (ig7icd64.dll 10.18.10.3304 on an unknown chip on win8.1) are calling SetDllDirectory() for the process, which ruins stuff. // The relevant initialization happened just before in "create IGL context". // It isn't clear whether we need the earlier SetDllDirectory(), but I think we do. - // note: this is pasted instead of being put in a static method due to this initialization code being sensitive to things like that, and not wanting to cause it to break - // pasting should be safe (not affecting the jit order of things) if (!Win32Imports.SetDllDirectoryW(dllDir)) { MessageBox.Show(