1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-12-04 09:17:17 +01:00
segatools-dniel97/hooklib/gfx/dxgi.h
Felix f251283eb6
hooklib: Add D3D11 and DXGI graphics hooks
IDZ only supports D3D11 and Ongeki/Unity uses D3D11 by default.

This also includes a window hook and fullscreen fix for problematic
games (I am looking at you IDZ).
2021-10-25 22:00:20 +00:00

8 lines
137 B
C

#pragma once
#include <windows.h>
#include "hooklib/gfx/gfx.h"
void gfx_dxgi_hook_init(const struct gfx_config *cfg, HINSTANCE self);