mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-01 02:40:29 +03:00
96d8676d5b
The `CommandExecutor`'s `MegaBuffer` was not being updated with the latest `FenceCycle` on being flushed in `SubmitWIthFlush`, this led to the megabuffer being overwritten prior to its GPU-side usage being complete. This commit fixes that by replacing the cycle to the latest cycle and prevents any races that occurred prior.