| 37 | // Win11 added a Present keyword to some Microsoft-Windows-DxgKrnl events: |
| 38 | template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::BlitCancel_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; } |
| 39 | template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::Blit_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; } |
| 40 | template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::FlipMultiPlaneOverlay_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; } |
| 41 | template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::Flip_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; } |
| 42 | template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::HSyncDPCMultiPlane_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; } |
nothing calls this directly
no outgoing calls
no test coverage detected