summaryrefslogtreecommitdiffstats
path: root/src/core/memory/dmnt_cheat_types.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2024-02-04 22:19:54 +0100
committergerman77 <juangerman-13@hotmail.com>2024-02-05 00:46:20 +0100
commit504abbd6e0ca8073e6a3e60776b2278bd0ffcaed (patch)
tree9f689eab1feb3d1a3b5de570f2fa107837449828 /src/core/memory/dmnt_cheat_types.h
parentMerge pull request #12892 from liamwhite/serialization-stuff (diff)
downloadyuzu-504abbd6e0ca8073e6a3e60776b2278bd0ffcaed.tar
yuzu-504abbd6e0ca8073e6a3e60776b2278bd0ffcaed.tar.gz
yuzu-504abbd6e0ca8073e6a3e60776b2278bd0ffcaed.tar.bz2
yuzu-504abbd6e0ca8073e6a3e60776b2278bd0ffcaed.tar.lz
yuzu-504abbd6e0ca8073e6a3e60776b2278bd0ffcaed.tar.xz
yuzu-504abbd6e0ca8073e6a3e60776b2278bd0ffcaed.tar.zst
yuzu-504abbd6e0ca8073e6a3e60776b2278bd0ffcaed.zip
Diffstat (limited to '')
-rw-r--r--src/core/memory/dmnt_cheat_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/memory/dmnt_cheat_types.h b/src/core/memory/dmnt_cheat_types.h
index c6b40e505..64c072d3d 100644
--- a/src/core/memory/dmnt_cheat_types.h
+++ b/src/core/memory/dmnt_cheat_types.h
@@ -18,7 +18,7 @@ struct CheatProcessMetadata {
MemoryRegionExtents main_nso_extents{};
MemoryRegionExtents heap_extents{};
MemoryRegionExtents alias_extents{};
- MemoryRegionExtents address_space_extents{};
+ MemoryRegionExtents aslr_extents{};
std::array<u8, 0x20> main_nso_build_id{};
};