mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
D3D12: Remove D3D11 header references
This commit is contained in:
parent
6f3573dda8
commit
25d5da0ea3
12 changed files with 46 additions and 37 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
private:
|
||||
struct ActiveQuery
|
||||
{
|
||||
ID3D11Query* query;
|
||||
//ID3D11Query* query;
|
||||
PerfQueryGroup query_type;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue