diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-07 04:30:39 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-07 20:20:25 -0700 |
| commit | 5480efdff2f6e51245aa690a0ccb152a2b0a438e (patch) | |
| tree | c423a77a092227209813678686088be04fd0ae3f /Source/Core/VideoCommon | |
| parent | 9357cee2ef96fbe345a82ac2f6af7c715d1e6027 (diff) | |
video: change multisample/AA setting to u32
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index 707afae84c..03d102eb62 100644 --- a/Source/Core/VideoCommon/VideoConfig.h +++ b/Source/Core/VideoCommon/VideoConfig.h @@ -70,7 +70,7 @@ struct VideoConfig final bool bShaderCache; // Enhancements - int iMultisamples; + u32 iMultisamples; bool bSSAA; int iEFBScale; bool bForceFiltering; @@ -167,7 +167,7 @@ struct VideoConfig final APIType api_type; std::vector<std::string> Adapters; // for D3D - std::vector<int> AAModes; + std::vector<u32> AAModes; // TODO: merge AdapterName and Adapters array std::string AdapterName; // for OpenGL |
