mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-07-06 22:42:19 +08:00
Created a define to not compile overlay.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#include "../dll/dll.h"
|
||||
#include "Hook_Manager.h"
|
||||
|
||||
#ifndef NO_OVERLAY
|
||||
|
||||
#include "../detours/detours.h"
|
||||
|
||||
#include "DX12_Hook.h"
|
||||
@ -172,4 +174,6 @@ void Hook_Manager::ChangeGameWindow(HWND hWnd) const
|
||||
void Hook_Manager::CallOverlayProc(int width, int height) const
|
||||
{
|
||||
overlay->OverlayProc(width, height);
|
||||
}
|
||||
}
|
||||
|
||||
#endif//NO_OVERLAY
|
Reference in New Issue
Block a user