mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 13:41:02 +00:00
Fix region info query
This commit is contained in:
committed by
Maurice Heumann
parent
5a93462b45
commit
52d4e7e281
@@ -126,8 +126,8 @@ typedef struct _MEMORY_REGION_INFORMATION
|
||||
|
||||
std::int64_t RegionSize;
|
||||
std::int64_t CommitSize;
|
||||
DWORD64 PartitionId; // 19H1
|
||||
DWORD64 NodePreference; // 20H1
|
||||
// DWORD64 PartitionId; // 19H1
|
||||
// DWORD64 NodePreference; // 20H1
|
||||
} MEMORY_REGION_INFORMATION64, *PMEMORY_REGION_INFORMATION64;
|
||||
|
||||
// NOLINTEND(modernize-use-using)
|
||||
|
||||
Reference in New Issue
Block a user