Cleaning up d3d12 hook

pull/337/head^2
FlightlessMango 4 years ago
parent 896a6117a2
commit 968f3ab20c

@ -2,7 +2,6 @@
#include "d3d12_hook.h"
#include <cstdio>
#include <cassert>
#include <functional>
typedef long(__fastcall* PresentD3D12) (IDXGISwapChain* pSwapChain, UINT SyncInterval, UINT Flags);
PresentD3D12 oPresentD3D12;

@ -14,7 +14,6 @@ namespace impl
namespace d3d12
{
void init();
void uninit();
}
}

Loading…
Cancel
Save