summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-01-20 21:14:41 +0100
committerGitHub <noreply@github.com>2022-01-20 21:14:41 +0100
commit7b8e846d0ab1a95c4070c3d89e38180895e536c6 (patch)
tree8ac4fee6c918e4586a333d808173d4b20ee24c5b /Source/Core/VideoCommon/OpcodeDecoding.h
parent73bcf9c24bff56e562f120d2c1c02fb734e17dfd (diff)
parentfd04f4f32dcb322e3efa51400ed8638a8beb288f (diff)
Merge pull request #10367 from Pokechu22/fmt-8.1.1
Update to fmt 8.1.1
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
-rw-r--r--Source/Core/VideoCommon/OpcodeDecoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h
index 2d1632efc3..58295a5304 100644
--- a/Source/Core/VideoCommon/OpcodeDecoding.h
+++ b/Source/Core/VideoCommon/OpcodeDecoding.h
@@ -290,5 +290,5 @@ struct fmt::formatter<OpcodeDecoder::Primitive>
"GX_DRAW_TRIANGLE_FAN", "GX_DRAW_LINES",
"GX_DRAW_LINE_STRIP", "GX_DRAW_POINTS",
};
- formatter() : EnumFormatter(names) {}
+ constexpr formatter() : EnumFormatter(names) {}
};