new reshade sig

This commit is contained in:
Kaz Wolfe 2024-06-30 13:46:23 -07:00
parent aa94454551
commit 3a2bed3490
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4

View file

@ -75,7 +75,7 @@ internal class SwapChainVtableResolver : BaseAddressResolver, ISwapChainAddressR
// DXGISwapChain::handle_device_loss => DXGISwapChain::Present => DXGISwapChain::runtime_present
var scanner = new SigScanner(processModule);
var runtimePresentSig = "F6 C2 01 0F 85 ?? ?? ?? ?? 48 8B 89";
var runtimePresentSig = "F6 C2 01 0F 85 88";
try
{