diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-10 17:10:20 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-10 17:10:20 +0000 |
| commit | 39011ee8b020d9d5cf5589b89a3d493cf26c121b (patch) | |
| tree | 62a930fd14f557ed4609cfd1755a6ce6f6fcc5ad /libpcsxcore | |
| parent | 2d066f1e59dd90e6e190cffd2e991e71907112da (diff) | |
| download | pcsxr-39011ee8b020d9d5cf5589b89a3d493cf26c121b.tar.gz | |
Wipeout XL - psxcounters.c
- use 263 NTSC Hsync lines
- fixes menu speeds, rotation
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61053 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/psxcounters.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index 9b3291e1..39a2ecc5 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -65,8 +65,9 @@ static const u32 CountToOverflow = 0; 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 VBlankStart[] = { 240, 256 };
+static const u32 VBlankStart[] = { 243, 256 }; +static const u32 HSyncTotal[] = { 263, 313 }; static const u32 SpuUpdInterval[] = { 23, 22 }; static const s32 VerboseLevel = 0; |
