summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-09-20 02:36:41 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-09-20 02:36:41 +0200
commit24049591f6a0737d663904b633cf720fa8264774 (patch)
treef0a69b1b682988dee4572c73d6412ac4b9802c26 /src/video_core/engines/maxwell_dma.h
parentbuffer_cache: Minor fixes (diff)
downloadyuzu-24049591f6a0737d663904b633cf720fa8264774.tar
yuzu-24049591f6a0737d663904b633cf720fa8264774.tar.gz
yuzu-24049591f6a0737d663904b633cf720fa8264774.tar.bz2
yuzu-24049591f6a0737d663904b633cf720fa8264774.tar.lz
yuzu-24049591f6a0737d663904b633cf720fa8264774.tar.xz
yuzu-24049591f6a0737d663904b633cf720fa8264774.tar.zst
yuzu-24049591f6a0737d663904b633cf720fa8264774.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/engines/maxwell_dma.h2
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,