aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/mm/mm_u.h
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2018-06-05 15:34:01 +0300
committermailwl <mailwl@gmail.com>2018-06-05 15:34:01 +0300
commit62cd19e4ae8a917ba17827009e4b543c5da386a4 (patch)
tree7ea9c697156a55528289ef9135e9140cfdc4b42e /src/core/hle/service/mm/mm_u.h
parent7e3d746b06d68a7fbadf5b94ef62cad38482c000 (diff)
Small fixes
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.