mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Merge branch 'master' of https://github.com/goatcorp/Dalamud into imgui_update
This commit is contained in:
commit
aef30dba5e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ namespace Dalamud.Game.Internal
|
|||
Log.Verbose("DebugCheck address {DebugCheckAddress}", DebugCheckAddress);
|
||||
}
|
||||
|
||||
private readonly byte[] nop = new byte[] { 0x31, 0xC0, 0x90, 0x90, 0x90, 0x90, 0x90 };
|
||||
private readonly byte[] nop = new byte[] { 0x31, 0xC0, 0x90, 0x90, 0x90, 0x90 };
|
||||
private byte[] original;
|
||||
|
||||
public void Enable() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue