diff options
author | notaz | 2011-07-05 18:45:30 +0300 |
---|---|---|
committer | notaz | 2011-07-13 00:28:48 +0300 |
commit | aecf98c59e00a1bd893cb0af3b7d0771f01e0185 (patch) | |
tree | 785f1fea46a198373e3d96ebd20a6107e1c650b1 /libpcsxcore | |
parent | c7071c43bac47c363e2752365ce32580a8c46b95 (diff) | |
download | pcsx_rearmed-aecf98c59e00a1bd893cb0af3b7d0771f01e0185.tar.gz pcsx_rearmed-aecf98c59e00a1bd893cb0af3b7d0771f01e0185.tar.bz2 pcsx_rearmed-aecf98c59e00a1bd893cb0af3b7d0771f01e0185.zip |
psxcounters: merge shalma's suggestion
http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952577
Diffstat (limited to 'libpcsxcore')
-rw-r--r-- | libpcsxcore/psxcounters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index f6c1bc4..184a4c9 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -66,7 +66,7 @@ static const u32 CountToTarget = 1; static const u32 FrameRate[] = { 60, 50 }; static const u32 VBlankStart[] = { 240, 256 }; -static const u32 HSyncTotal[] = { 262, 312 }; +static const u32 HSyncTotal[] = { 263, 313 }; static const u32 SpuUpdInterval[] = { 23, 22 }; static const s32 VerboseLevel = 0; |