diff options
author | Lioncash <mathew1800@gmail.com> | 2020-07-13 16:48:34 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-07-13 16:51:23 +0200 |
commit | f2f876e3ffb45262e47519a5f10ea8f29a9b7f96 (patch) | |
tree | d06ef06145749c58db2110eb5a4fc664d7b57c61 /src/core/hle/kernel | |
parent | Merge pull request #4317 from lioncash/boost (diff) | |
download | yuzu-f2f876e3ffb45262e47519a5f10ea8f29a9b7f96.tar yuzu-f2f876e3ffb45262e47519a5f10ea8f29a9b7f96.tar.gz yuzu-f2f876e3ffb45262e47519a5f10ea8f29a9b7f96.tar.bz2 yuzu-f2f876e3ffb45262e47519a5f10ea8f29a9b7f96.tar.lz yuzu-f2f876e3ffb45262e47519a5f10ea8f29a9b7f96.tar.xz yuzu-f2f876e3ffb45262e47519a5f10ea8f29a9b7f96.tar.zst yuzu-f2f876e3ffb45262e47519a5f10ea8f29a9b7f96.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/kernel/memory/memory_layout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/memory/memory_layout.h b/src/core/hle/kernel/memory/memory_layout.h index 830c6f0d7..9b3d6267a 100644 --- a/src/core/hle/kernel/memory/memory_layout.h +++ b/src/core/hle/kernel/memory/memory_layout.h @@ -66,8 +66,6 @@ private: const MemoryRegion application; const MemoryRegion applet; const MemoryRegion system; - - const PAddr start_address{}; }; } // namespace Kernel::Memory |