mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-05-19 23:57:58 +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.