1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-06 12:10:06 +00:00

Removed const from ProfileBase Invalidate

This commit is contained in:
David Marcec 2018-08-12 00:41:17 +10:00
parent 42431d2aa6
commit d0b2950434

@ -65,7 +65,7 @@ struct ProfileBase {
u64_le timestamp;
std::array<u8, 0x20> username;
const void Invalidate() {
void Invalidate() {
user_uuid.Invalidate();
timestamp = 0;
username.fill(0);