mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Cleanup again
This commit is contained in:
parent
04847abeb7
commit
36e8966223
9 changed files with 6 additions and 45 deletions
|
|
@ -42,11 +42,6 @@ private:
|
|||
decltype(&ID3D12CommandQueue::ExecuteCommandLists) ExecuteCommandLists;
|
||||
decltype(&ID3D12GraphicsCommandList::Close) Close;
|
||||
|
||||
// Hook functions so we know we use DX11
|
||||
//static decltype(D3D12CreateDevice) MyD3D12CreateDevice;
|
||||
|
||||
//decltype(D3D12CreateDevice)* D3D12CreateDevice;
|
||||
|
||||
public:
|
||||
virtual ~DX12_Hook();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue