aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Engine/DeviceStateWithShadow.cs
AgeCommit message (Collapse)Author
2023-10-06GPU: Add HLE macros for popular NVN macros (#5761)riperiperi
* GPU: Add HLE macros for popular NVN macros * Remove non-vector equality check The case where it's not hardware accelerated will do the check integer-wise anyways. * Whitespace :pensive: * Address Feedback
2023-04-27Move solution and projects to srcTSR Berry