mirror of https://github.com/PCSX2/pcsx2.git
Test. Dummy commit.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4849 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
bb0100deea
commit
ddcfdb6d77
|
@ -97,7 +97,7 @@ int targetIPS=750;
|
||||||
//#define NEWSTRETCHER_USE_DYNAMIC_TUNING
|
//#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.
|
//For the sake of simplicity, this average is calculated in O(<buffer-size>). Possibly improve later.
|
||||||
#define MAX_STRETCH_AVERAGE_LEN 100
|
#define MAX_STRETCH_AVERAGE_LEN 100
|
||||||
int STRETCH_AVERAGE_LEN=50.0 *targetIPS/750;
|
int STRETCH_AVERAGE_LEN=50.0 *targetIPS/750;
|
||||||
|
|
Loading…
Reference in New Issue