diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-09-19 20:36:41 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-09-19 20:36:41 -0400 |
| commit | 24049591f6a0737d663904b633cf720fa8264774 (patch) | |
| tree | f0a69b1b682988dee4572c73d6412ac4b9802c26 /src/video_core/engines/maxwell_dma.h | |
| parent | 1ea8073783b3e12c10812192e34a5d557727fd34 (diff) | |
maxwell_dma: Minor refactoring
Diffstat (limited to 'src/video_core/engines/maxwell_dma.h')
| -rw-r--r-- | src/video_core/engines/maxwell_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_dma.h b/src/video_core/engines/maxwell_dma.h index 9e457ae16..a04514425 100644 --- a/src/video_core/engines/maxwell_dma.h +++ b/src/video_core/engines/maxwell_dma.h @@ -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, |
