mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-11 15:59:11 +01:00
da7e6a7df7
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.