mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-03 09:40:18 +00:00
Cleanup
This commit is contained in:
parent
4dd65156a6
commit
51e5a6c0c1
@ -76,11 +76,11 @@ private:
|
||||
|
||||
HMODULE hmodGameOverlayRenderer;
|
||||
#ifdef _AMD64_
|
||||
uint64_t *overlayPtr = NULL;
|
||||
uint64_t *overlayPtr = nullptr;
|
||||
#else
|
||||
uint32_t *overlayPtr = NULL;
|
||||
uint32_t *overlayPtr = nullptr;
|
||||
#endif
|
||||
HWND hwForeGroundWindow = NULL;
|
||||
HWND hwForeGroundWindow = nullptr;
|
||||
bool bNeedFocusSwitch = false;
|
||||
|
||||
VirtualControllerThread controllerThread;
|
||||
|
Loading…
Reference in New Issue
Block a user