Öğeyi görmek için üye olmalısınız.
typedef HRESULT(APIENTRY* SetViewport)(LPDIRECT3DDEVICE9, const D3DVIEWPORT9*);
SetViewport SetViewport_orig = nullptr;
HRESULT APIENTRY SetViewport_hook(LPDIRECT3DDEVICE9 pDevice, const D3DVIEWPORT9* pViewport) {
if (pViewport) {
}
return...