summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mm/mm_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/mm/mm_u.h')
-rw-r--r--src/core/hle/service/mm/mm_u.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/mm/mm_u.h b/src/core/hle/service/mm/mm_u.h
index de3f3a311..fe03e6c1c 100644
--- a/src/core/hle/service/mm/mm_u.h
+++ b/src/core/hle/service/mm/mm_u.h
@@ -20,7 +20,9 @@ private:
void SetAndWait(Kernel::HLERequestContext& ctx);
void Get(Kernel::HLERequestContext& ctx);
- u32 value;
+ u32 min{0};
+ u32 max{0};
+ u32 current{0};
};
/// Registers all MM services with the specified service manager.