diff options
| author | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-07 18:43:59 +0000 |
|---|---|---|
| committer | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-07 18:43:59 +0000 |
| commit | 72ccda92aa0635788d340994bfdaa895379bd1b3 (patch) | |
| tree | a17ac01fdd0fab9bed0d21263111a7119d2703f5 /plugins | |
| parent | eafc4b49b97300f40c02c6423c854551371c94f8 (diff) | |
| download | pcsxr-72ccda92aa0635788d340994bfdaa895379bd1b3.tar.gz | |
fix xa breakage on 64bit Linux
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82087 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/dfsound/psemuxa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/psemuxa.h b/plugins/dfsound/psemuxa.h index 11482750..07d8e266 100755 --- a/plugins/dfsound/psemuxa.h +++ b/plugins/dfsound/psemuxa.h @@ -8,7 +8,7 @@ typedef struct { - long y0, y1; + int y0, y1; } ADPCM_Decode_t; typedef struct |
