summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-07 18:43:59 +0000
committerSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-07 18:43:59 +0000
commit72ccda92aa0635788d340994bfdaa895379bd1b3 (patch)
treea17ac01fdd0fab9bed0d21263111a7119d2703f5 /plugins
parenteafc4b49b97300f40c02c6423c854551371c94f8 (diff)
downloadpcsxr-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-xplugins/dfsound/psemuxa.h2
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