maxwell_dma: Minor refactoring

This commit is contained in:
ameerj 2021-09-19 20:36:41 -04:00
parent 73dd6230aa
commit 1b48f8043b
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,