mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
too soon
This commit is contained in:
parent
a24af3e921
commit
7f4ae65ae1
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public class SwapChainVtableResolver : BaseAddressResolver, ISwapChainAddressRes
|
||||||
var scanner = new SigScanner(processModule);
|
var scanner = new SigScanner(processModule);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var p = scanner.ScanText("E8 ?? ?? ?? ?? 45 0F B6 5E ??");
|
var p = scanner.ScanText("F6 C2 01 0F 85 ?? ?? ?? ??"); // E8 ?? ?? ?? ?? 45 0F B6 5E ??
|
||||||
Log.Information($"ReShade DLL: {processModule.FileName} with DXGISwapChain::runtime_present at {p:X}");
|
Log.Information($"ReShade DLL: {processModule.FileName} with DXGISwapChain::runtime_present at {p:X}");
|
||||||
|
|
||||||
this.Present = p;
|
this.Present = p;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue