mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-16 03:27:55 +03:00
cac287d9fd
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.