diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-12-14 20:59:08 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-12-15 19:43:36 -0500 |
| commit | 4dc8a7da3f8ee53ba8a812141c03bec7b27b67bc (patch) | |
| tree | 896c81154482e0745191c55c5a3856926043fa75 /src/core/hle/kernel/vm_manager.h | |
| parent | 34b24a47e9515a6a80d1961fc2e83bcfc84b7889 (diff) | |
vm_manager: Rename meminfo_state to state
This is shorter and more concise. This also removes the now-innaccurate
comment, as it's not returned wholesale to svcQueryMemory anymore.
Diffstat (limited to 'src/core/hle/kernel/vm_manager.h')
| -rw-r--r-- | src/core/hle/kernel/vm_manager.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/kernel/vm_manager.h b/src/core/hle/kernel/vm_manager.h index 99eeeffaa..e2614cd4c 100644 --- a/src/core/hle/kernel/vm_manager.h +++ b/src/core/hle/kernel/vm_manager.h @@ -263,8 +263,7 @@ struct VirtualMemoryArea { VMAType type = VMAType::Free; VMAPermission permissions = VMAPermission::None; - /// Tag returned by svcQueryMemory. Not otherwise used. - MemoryState meminfo_state = MemoryState::Unmapped; + MemoryState state = MemoryState::Unmapped; MemoryAttribute attribute = MemoryAttribute::None; // Settings for type = AllocatedMemoryBlock |
