mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 09:05:21 +03:00
`SynchronizeGuest` could only set the dirty state to `Clean` which was redundant since calls to it from inside the write trap handler would set it to `CpuDirty` directly after, this fixes that by doing it inside the function when necessary.