aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/ImageCrop.cs
AgeCommit message (Collapse)Author
2023-04-27Move solution and projects to srcTSR Berry
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
* Make all structs readonly when applicable. It should reduce amount of needless defensive copies * Make structs with trivial boilerplate equality code record structs * Remove unnecessary readonly modifiers from TextureCreateInfo * Make BitMap structs readonly too
2021-12-31Force crop when presentation cached texture size mismatches (#2957)gdkchan
2020-12-15gui/gpu: Implement setting and toggle for Aspect Ratio (#1777)Ac_K
* gui/gpu: Implement setting and toggle for Aspect Ratio * address gdkchan feedback and add 16:10 * fix config.json file * Fix rebase * Address gdkchan feedback * Address rip feedback * Fix aspectWidth
2020-01-09Initial workgdk