summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeDisc.h
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2026-07-12 11:34:44 +1200
committerGitHub <noreply@github.com>2026-07-12 11:34:44 +1200
commitfc9fd6952a62c4fe48acc00333ce360cb47b57c7 (patch)
tree98c900e645f4e0252968f2812a77fb5f1ece41a1 /Source/Core/DiscIO/VolumeDisc.h
parent6de526c684ee6dd8b6fc3447dae858ae480ccbb5 (diff)
parentf9ef6c2151d48ef9b5dbe9ee1c2278e5d60b5ed9 (diff)
Merge pull request #14665 from cristian64/simulated_memory_size
Core: Adjust emulated memory size automatically.
Diffstat (limited to 'Source/Core/DiscIO/VolumeDisc.h')
-rw-r--r--Source/Core/DiscIO/VolumeDisc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/VolumeDisc.h b/Source/Core/DiscIO/VolumeDisc.h
index f630522e68..1b3774a87d 100644
--- a/Source/Core/DiscIO/VolumeDisc.h
+++ b/Source/Core/DiscIO/VolumeDisc.h
@@ -47,6 +47,7 @@ public:
std::string GetInternalName(const Partition& partition = PARTITION_NONE) const override;
std::string GetApploaderDate(const Partition& partition) const override;
std::optional<u8> GetDiscNumber(const Partition& partition = PARTITION_NONE) const override;
+ u32 GetSimulatedMemorySize() const override;
bool IsNKit() const override;
protected: