diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-20 03:08:15 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-20 03:08:15 +0000 |
| commit | 8b3e743e6b8ecc1f95c3d681322c9e1fce0cc0e4 (patch) | |
| tree | 67b0abbbbd443402c7bedf89fac4938c283c2d31 /plugins/dfsound/spu.c | |
| parent | 4b580f74d926e824d94f3bf301a89b7fd359d922 (diff) | |
| download | pcsxr-8b3e743e6b8ecc1f95c3d681322c9e1fce0cc0e4.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@52965 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/spu.c')
| -rw-r--r-- | plugins/dfsound/spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 9e532cb0..3670d458 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -110,7 +110,7 @@ int iFMod[NSSIZE]; int iCycle=0; short * pS; -static int lastch=-1; // last channel processed on spu irq in timer mode +int lastch=-1; // last channel processed on spu irq in timer mode static int lastns=0; // last ns pos static int iSecureStart=0; // secure start counter |
