summaryrefslogtreecommitdiffstats
path: root/src/core/hle
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-07-13 16:48:34 +0200
committerLioncash <mathew1800@gmail.com>2020-07-13 16:51:23 +0200
commitf2f876e3ffb45262e47519a5f10ea8f29a9b7f96 (patch)
treed06ef06145749c58db2110eb5a4fc664d7b57c61 /src/core/hle
parentMerge pull request #4317 from lioncash/boost (diff)
downloadyuzu-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 'src/core/hle')
-rw-r--r--src/core/hle/kernel/memory/memory_layout.h2
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