mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-12 18:39:32 +08:00
Update Renderer_Detector.cpp
This commit is contained in:
parent
e72d0590af
commit
02924d986e
@ -153,16 +153,6 @@ BOOL WINAPI Renderer_Detector::MywglMakeCurrent(HDC hDC, HGLRC hGLRC)
|
||||
return res;
|
||||
}
|
||||
|
||||
void __stdcall Renderer_Detector::MyvkCmdEndRenderPass(void* commandBuffer)
|
||||
{
|
||||
Renderer_Detector& inst = Renderer_Detector::Inst();
|
||||
_vkCmdEndRenderPass(commandBuffer);
|
||||
if (!inst.stop_retry())
|
||||
{
|
||||
Vulkan_Hook::Inst()->start_hook();
|
||||
}
|
||||
}
|
||||
|
||||
void Renderer_Detector::HookDXGIPresent(IDXGISwapChain* pSwapChain)
|
||||
{
|
||||
if (!_dxgi_hooked)
|
||||
|
Loading…
x
Reference in New Issue
Block a user