win-capture: Add IDXGISwapChain1::Present1 hook support

Allows capturing games/programs that may be using Present1 instead of
the regular Present call for rendering.
This commit is contained in:
jp9000
2017-06-19 15:45:00 -07:00
parent 96f746ce41
commit 1ca9f8872e
5 changed files with 104 additions and 3 deletions

View File

@@ -42,6 +42,8 @@ struct d3d9_offsets {
struct dxgi_offsets {
uint32_t present;
uint32_t resize;
uint32_t present1;
};
struct ddraw_offsets {