diff options
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureCacheBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/Src/TextureCacheBase.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureCacheBase.h b/Source/Core/VideoCommon/Src/TextureCacheBase.h index 1862ded7f8..acfb2e94b2 100644 --- a/Source/Core/VideoCommon/Src/TextureCacheBase.h +++ b/Source/Core/VideoCommon/Src/TextureCacheBase.h @@ -124,7 +124,8 @@ private: static TexCache textures; // Backup configuration values - static struct BackupConfig { + static struct BackupConfig + { int s_colorsamples; bool s_copy_efb_to_texture; bool s_copy_efb_scaled; |
