diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2010-11-15 09:54:07 +0000 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2010-11-15 09:54:07 +0000 |
| commit | db35fe4100f47c8bc569352658c9269e7bceaae9 (patch) | |
| tree | 08a4978d99461faa70c76df0c5458c647fc173a7 /Source/Core/VideoCommon | |
| parent | 73ed235fd19c4c19c3b6d56ce6d9631980487b0d (diff) | |
Made the graphics plugins use a shared configuration dialog. There are a few minor issues: unsupported settings are shown, dx9 3d settings are missing, tabs/groups could be organized better, could use tooltips, cmake and scons need to be fixed.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6422 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/Src/VideoConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoConfig.h b/Source/Core/VideoCommon/Src/VideoConfig.h index 2eaf35ee30..5956771c82 100644 --- a/Source/Core/VideoCommon/Src/VideoConfig.h +++ b/Source/Core/VideoCommon/Src/VideoConfig.h @@ -122,7 +122,7 @@ struct VideoConfig bool bCopyEFBToTexture; bool bCopyEFBScaled; bool bSafeTextureCache; - int iSafeTextureCache_ColorSamples; + int iSafeTextureCache_ColorSamples; int iFIFOWatermarkTightness; int iPhackvalue; bool bPhackvalue1, bPhackvalue2; |
