summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/acc/profile_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/profile_manager.h b/src/core/hle/service/acc/profile_manager.h
index bbb917cb5..1815d520d 100644
--- a/src/core/hle/service/acc/profile_manager.h
+++ b/src/core/hle/service/acc/profile_manager.h
@@ -65,7 +65,7 @@ struct ProfileBase {
65 u64_le timestamp; 65 u64_le timestamp;
66 std::array<u8, 0x20> username; 66 std::array<u8, 0x20> username;
67 67
68 const void Invalidate() { 68 void Invalidate() {
69 user_uuid.Invalidate(); 69 user_uuid.Invalidate();
70 timestamp = 0; 70 timestamp = 0;
71 username.fill(0); 71 username.fill(0);