mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 20:42:44 +00:00
Scaled blit, plus fix some level editor things
This commit is contained in:
@@ -64,6 +64,10 @@ PortabilityLayer::HostThreadEvent *GpSystemServices_Win32::CreateThreadEvent(boo
|
||||
uint64_t GpSystemServices_Win32::GetFreeMemoryCosmetic() const
|
||||
{
|
||||
MEMORYSTATUSEX memStatus;
|
||||
memset(&memStatus, 0, sizeof(memStatus));
|
||||
|
||||
memStatus.dwLength = sizeof(memStatus);
|
||||
|
||||
if (!GlobalMemoryStatusEx(&memStatus))
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user