git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48664 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2010-05-24 09:19:49 +00:00
parent 4e73d3ec54
commit 8688b93ab4
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ void psxRcntUpdate()
/*
// For the best times. :D
// VSync irq.
if( hSyncCount >= VBlankStart[Config.PsxType] )
if( hSyncCount == VBlankStart[Config.PsxType] )
{
setIrq( 0x01 );
}