mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
fix: BaseAddressResolver should take a ISigScanner instead
This commit is contained in:
parent
2405dca9e1
commit
db5b9d1b83
16 changed files with 21 additions and 21 deletions
|
|
@ -28,7 +28,7 @@ internal class SwapChainVtableResolver : BaseAddressResolver, ISwapChainAddressR
|
|||
public bool IsReshade { get; private set; }
|
||||
|
||||
/// <inheritdoc/>
|
||||
protected override unsafe void Setup64Bit(SigScanner sig)
|
||||
protected override unsafe void Setup64Bit(ISigScanner sig)
|
||||
{
|
||||
Device* kernelDev;
|
||||
SwapChain* swapChain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue