Fix database server metadata UpdateCounter in MarkDirty (Thanks Moose for the catch)
This commit is contained in:
parent
6f01f88e7f
commit
91ac21c676
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ namespace Ryujinx.HLE.HOS.Services.Mii
|
|||
_isDirty = true;
|
||||
|
||||
UpdateCounter++;
|
||||
metadata.UpdateCounter++;
|
||||
|
||||
metadata.UpdateCounter = UpdateCounter;
|
||||
}
|
||||
|
||||
private bool GetAtVirtualIndex(int index, out int realIndex, out StoreData storeData)
|
||||
|
|
Loading…
Add table
Reference in a new issue