mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 10:48:02 -05:00
Removed const from ProfileBase Invalidate
This commit is contained in:
@ -65,7 +65,7 @@ struct ProfileBase {
|
|||||||
u64_le timestamp;
|
u64_le timestamp;
|
||||||
std::array<u8, 0x20> username;
|
std::array<u8, 0x20> username;
|
||||||
|
|
||||||
const void Invalidate() {
|
void Invalidate() {
|
||||||
user_uuid.Invalidate();
|
user_uuid.Invalidate();
|
||||||
timestamp = 0;
|
timestamp = 0;
|
||||||
username.fill(0);
|
username.fill(0);
|
||||||
|
Reference in New Issue
Block a user