diff options
| -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
|
