Skip to content

Commit

Permalink
GS/DX11: Ignore two irrelevant warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Dec 31, 2023
1 parent 4a960bb commit 68df8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pcsx2/GS/Renderers/DX11/GSDevice11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ bool GSDevice11::Create()
D3D11_MESSAGE_ID hide[] = {
D3D11_MESSAGE_ID_DEVICE_OMSETRENDERTARGETS_HAZARD,
D3D11_MESSAGE_ID_DEVICE_PSSETSHADERRESOURCES_HAZARD,
D3D11_MESSAGE_ID_DEVICE_DRAW_RENDERTARGETVIEW_NOT_SET,
D3D11_MESSAGE_ID_QUERY_END_ABANDONING_PREVIOUS_RESULTS,
};

D3D11_INFO_QUEUE_FILTER filter = {};
Expand Down

0 comments on commit 68df8bf

Please sign in to comment.