Files
GWToolbox Bot 98fe6fd9b9 Refuse late device-attach under ARM64 emulation
Hot-patching an already-live device's vtable methods via SetDevice races
the emulator's self-modifying-code handling (Windows-on-ARM's xtajit, or
Wine on FEX-Emu/box64). Detect that case with IsWow64Process2 and refuse
the attach instead, so callers fall back to loading gMod as d3d9.dll
before the game creates its device.
2026-07-07 08:37:05 +00:00
..