maxwell_dma: Minor refactoring

This commit is contained in:
ameerj
2021-09-19 20:36:41 -04:00
parent 1ea8073783
commit 24049591f6
2 changed files with 33 additions and 33 deletions

View File

@ -175,7 +175,7 @@ public:
static_assert(sizeof(LaunchDMA) == 4);
struct RemapConst {
enum Swizzle : u32 {
enum class Swizzle : u32 {
SRC_X = 0,
SRC_Y = 1,
SRC_Z = 2,