YET ANOTHER reshade sig bump.

Getting real tired of this.
This commit is contained in:
Kaz Wolfe 2024-06-30 14:37:10 -07:00
parent bc16bd7835
commit 7a1e1cd3dc
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 =>df DXGISwapChain::Present => DXGISwapChain::runtime_present
var scanner = new SigScanner(processModule);
var runtimePresentSig = "F6 C2 01 0F 85 ?? ?? ?? ??"; // NOTE: This sig is from reshade's DLL, normally dxgi.dll.
var runtimePresentSig = "E8 ?? ?? ?? ?? 44 0F B6 55 ??"; // NOTE: This sig is from reshade's DLL, normally dxgi.dll.
try
{