mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-16 11:58:45 +03:00
Previously, both I2M uploads and DMA copies would force GPU serialisation if they happened to hit a trap or were used to copy GPU dirty buffers. By using the buffer manager to implement them on the host GPU we can avoid such slowdowns entiely.