Test. Dummy commit.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4849 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
avihal 2011-08-07 09:33:27 +00:00
parent bb0100deea
commit ddcfdb6d77
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ int targetIPS=750;
//#define NEWSTRETCHER_USE_DYNAMIC_TUNING
//running average can be implemented in O(1) time.
//running average can be implemented in O(1) time.
//For the sake of simplicity, this average is calculated in O(<buffer-size>). Possibly improve later.
#define MAX_STRETCH_AVERAGE_LEN 100
int STRETCH_AVERAGE_LEN=50.0 *targetIPS/750;