mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-10 15:10:15 +03:00
Maxwell DMA requires swizzled copies to/from textures and earlier it had to construct an arbitrary `GuestTexture` to do so but with the introduction of the cleaner API, this has become redundant which this commit cleans up and replaces with direct calls to the API with all the necessary values.