Make FIFO watermark tightness configurable instead of hardcoding it.
commit2ef0fce2e8dd88cdb5c8e1f1f42640e57ca10ddb
authorNeoBrainX <NeoBrainX@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sun, 18 Jul 2010 15:47:28 +0000 (18 15:47 +0000)
committerNeoBrainX <NeoBrainX@8ced0084-cf51-0410-be5f-012b33b47a6e>
Sun, 18 Jul 2010 15:47:28 +0000 (18 15:47 +0000)
tree3481f7e413fd8642a04f9bd2861c2ca4d45fbef7
parentba1173b957358908970862da8a2c73abd2ee679b
Make FIFO watermark tightness configurable instead of hardcoding it.
To change it, right click the affected game in the iso list, select Properties, and enter some constant for "Watermark tightness". Reasonable values range from 20 to 200.

FIFO seems unoverflowable on my computer no matter what I set this value to, so test whether tuning the value helps you ;P

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5907 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Core/Core/Src/ConfigManager.h
Source/Core/DolphinWX/Src/ISOProperties.cpp
Source/Core/DolphinWX/Src/ISOProperties.h
Source/Core/VideoCommon/Src/CommandProcessor.cpp
Source/Core/VideoCommon/Src/VideoConfig.cpp
Source/Core/VideoCommon/Src/VideoConfig.h