diff options
author | notaz | 2012-11-22 00:18:21 +0200 |
---|---|---|
committer | notaz | 2012-11-24 04:25:25 +0200 |
commit | c668f24877c063db881fa8d1eeb8a6fbc649d5a0 (patch) | |
tree | 14fb15373e2d06a79012f3549e257bcb26ef7f76 /plugins/spunull | |
parent | ea66e8840b75b0284f192e6fa068857b91ef08eb (diff) | |
download | pcsx_rearmed-c668f24877c063db881fa8d1eeb8a6fbc649d5a0.tar.gz pcsx_rearmed-c668f24877c063db881fa8d1eeb8a6fbc649d5a0.tar.bz2 pcsx_rearmed-c668f24877c063db881fa8d1eeb8a6fbc649d5a0.zip |
fix some more 32/64bit incompatibilities
Diffstat (limited to 'plugins/spunull')
-rw-r--r-- | plugins/spunull/xa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/spunull/xa.h b/plugins/spunull/xa.h index cd38f96..6fb7bfd 100644 --- a/plugins/spunull/xa.h +++ b/plugins/spunull/xa.h @@ -5,7 +5,7 @@ typedef struct
{
- long y0, y1;
+ int y0, y1;
} ADPCM_Decode_t;
typedef struct
|