feat: always use vtable resolver

This commit is contained in:
goat 2021-09-15 01:45:09 +02:00
parent 31d8d45c72
commit c974a05178
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 4 additions and 22 deletions

View file

@ -9,6 +9,7 @@ namespace Dalamud.Game.Internal.DXGI
/// <summary>
/// The address resolver for native D3D11 methods to facilitate displaying the Dalamud UI.
/// </summary>
[Obsolete("This has been deprecated in favor of the VTable resolver.")]
public sealed class SwapChainSigResolver : BaseAddressResolver, ISwapChainAddressResolver
{
/// <inheritdoc/>