mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 14:21:13 +01:00
c1f2445772
`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.