UWP_Overlay
Peter Repukat 8 years ago
parent 4dd65156a6
commit 51e5a6c0c1

@ -76,11 +76,11 @@ private:
HMODULE hmodGameOverlayRenderer; HMODULE hmodGameOverlayRenderer;
#ifdef _AMD64_ #ifdef _AMD64_
uint64_t *overlayPtr = NULL; uint64_t *overlayPtr = nullptr;
#else #else
uint32_t *overlayPtr = NULL; uint32_t *overlayPtr = nullptr;
#endif #endif
HWND hwForeGroundWindow = NULL; HWND hwForeGroundWindow = nullptr;
bool bNeedFocusSwitch = false; bool bNeedFocusSwitch = false;
VirtualControllerThread controllerThread; VirtualControllerThread controllerThread;

Loading…
Cancel
Save