diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-12-04 01:13:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-04 01:13:40 +0100 |
commit | 647157f99f773ec8bd731912d942ef41e224e053 (patch) | |
tree | 1c56100805a6a91262ab4c211bc386db3e6b762c /src | |
parent | Merge pull request #2255 from JayFoxRox/lsl4 (diff) | |
parent | clang-format: Fix coding style (diff) | |
download | yuzu-647157f99f773ec8bd731912d942ef41e224e053.tar yuzu-647157f99f773ec8bd731912d942ef41e224e053.tar.gz yuzu-647157f99f773ec8bd731912d942ef41e224e053.tar.bz2 yuzu-647157f99f773ec8bd731912d942ef41e224e053.tar.lz yuzu-647157f99f773ec8bd731912d942ef41e224e053.tar.xz yuzu-647157f99f773ec8bd731912d942ef41e224e053.tar.zst yuzu-647157f99f773ec8bd731912d942ef41e224e053.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/pica.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 99bd59a69..b2db609ec 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -40,7 +40,7 @@ namespace Pica { // field offset. Otherwise, the compiler will fail to compile this code. #define PICA_REG_INDEX_WORKAROUND(field_name, backup_workaround_index) \ ((typename std::enable_if<backup_workaround_index == PICA_REG_INDEX(field_name), \ - size_t>::type) PICA_REG_INDEX(field_name)) + size_t>::type)PICA_REG_INDEX(field_name)) #endif // _MSC_VER struct Regs { |