summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar James Rowe2016-11-19 13:35:07 -0700
committerGravatar James Rowe2016-11-19 13:35:07 -0700
commit19acec351c83a831ddc549988b00392c0a246348 (patch)
tree677055a44c98ec67f09c951a362cf5efaff3ee78 /src
parentMerge pull request #2171 from jroweboy/fix-mac-build (diff)
downloadyuzu-19acec351c83a831ddc549988b00392c0a246348.tar.gz
yuzu-19acec351c83a831ddc549988b00392c0a246348.tar.xz
yuzu-19acec351c83a831ddc549988b00392c0a246348.zip
Minor formatting change
Diffstat (limited to 'src')
-rw-r--r--src/video_core/pica.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index b2db609ec..99bd59a69 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -40,7 +40,7 @@ namespace Pica {
40// field offset. Otherwise, the compiler will fail to compile this code. 40// field offset. Otherwise, the compiler will fail to compile this code.
41#define PICA_REG_INDEX_WORKAROUND(field_name, backup_workaround_index) \ 41#define PICA_REG_INDEX_WORKAROUND(field_name, backup_workaround_index) \
42 ((typename std::enable_if<backup_workaround_index == PICA_REG_INDEX(field_name), \ 42 ((typename std::enable_if<backup_workaround_index == PICA_REG_INDEX(field_name), \
43 size_t>::type)PICA_REG_INDEX(field_name)) 43 size_t>::type) PICA_REG_INDEX(field_name))
44#endif // _MSC_VER 44#endif // _MSC_VER
45 45
46struct Regs { 46struct Regs {