Move the ZTP hack to the game properties (reverted all changes from r6057 to the...
commit0951be1f05efde25ecf4cc92cd2f0c9099b7b59f
authorNeoBrainX <NeoBrainX@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 5 Aug 2010 18:41:02 +0000 (5 18:41 +0000)
committerNeoBrainX <NeoBrainX@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 5 Aug 2010 18:41:02 +0000 (5 18:41 +0000)
tree4dc08bd51f600b9c515bfb865015a5bcd986f2c8
parent1110c60c6bec8d2b146cd612d9794ff249977905
Move the ZTP hack to the game properties (reverted all changes from r6057 to the video plugins) due to some obvious reasons. Also some fixes to the coding style.

Remove a member variable which I introduced in r5907 although it never actually got used. Restores binary compatibility (at least in that regard) to pre-r5907 video plugins, but breaks any binaries after that :P

Update FIFO watermark tightness recommendations. 1000 is quite a high value I guess, but some people seem to need it.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@6060 8ced0084-cf51-0410-be5f-012b33b47a6e
13 files changed:
Source/Core/Core/Src/ConfigManager.h
Source/Core/DolphinWX/Src/ISOProperties.cpp
Source/Core/DolphinWX/Src/ISOProperties.h
Source/Core/VideoCommon/Src/BPStructs.cpp
Source/Core/VideoCommon/Src/VideoConfig.cpp
Source/Core/VideoCommon/Src/VideoConfig.h
Source/Plugins/Plugin_VideoDX11/Src/DlgSettings.cpp
Source/Plugins/Plugin_VideoDX11/Src/resource.h
Source/Plugins/Plugin_VideoDX11/Src/resource.rc
Source/Plugins/Plugin_VideoDX9/Src/DlgSettings.cpp
Source/Plugins/Plugin_VideoDX9/Src/DlgSettings.h
Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp
Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.h