diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-09 16:35:45 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-09 16:35:45 +0000 |
| commit | 2d066f1e59dd90e6e190cffd2e991e71907112da (patch) | |
| tree | 607aae86b7a238b55a760360c330d614b039e0b7 /plugins | |
| parent | fa5c356f25794bd37240197f719ceca239927a8d (diff) | |
| download | pcsxr-2d066f1e59dd90e6e190cffd2e991e71907112da.tar.gz | |
dfsound - spu.c
- adjust async timing for wait (reset cycles)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60924 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfsound/spu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 4bc0c1d0..b25d0fe8 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -855,6 +855,8 @@ void CALLBACK SPUasync(unsigned long cycle) iSpuAsyncWait++; if(iSpuAsyncWait<=64) return; iSpuAsyncWait=0; +
+ cpu_cycles = cycle;
}
#ifdef _WINDOWS
|
