summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-07-16 04:08:05 +0200
committerGitHub <noreply@github.com>2020-07-16 04:08:05 +0200
commitf26f53f35b0a1b4476a6bc671faafdab639f959d (patch)
treefdb7acdebe8104bc91e9e4086d9f153b23ddffa4
parentMerge pull request #4342 from lioncash/endian (diff)
parentmemory_layout: Remove unused data member (diff)
downloadyuzu-f26f53f35b0a1b4476a6bc671faafdab639f959d.tar
yuzu-f26f53f35b0a1b4476a6bc671faafdab639f959d.tar.gz
yuzu-f26f53f35b0a1b4476a6bc671faafdab639f959d.tar.bz2
yuzu-f26f53f35b0a1b4476a6bc671faafdab639f959d.tar.lz
yuzu-f26f53f35b0a1b4476a6bc671faafdab639f959d.tar.xz
yuzu-f26f53f35b0a1b4476a6bc671faafdab639f959d.tar.zst
yuzu-f26f53f35b0a1b4476a6bc671faafdab639f959d.zip
-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