add some missing license headers
[pcsx_rearmed.git] / plugins / dfsound / psemuxa.h
index 84c6260..402d273 100644 (file)
@@ -8,7 +8,7 @@
 \r
 typedef struct\r
 {\r
-       long    y0, y1;\r
+       int     y0, y1;\r
 } ADPCM_Decode_t;\r
 \r
 typedef struct\r
@@ -21,7 +21,7 @@ typedef struct
        short                   pcm[16384];\r
 } xa_decode_t;\r
 \r
-long xa_decode_sector( xa_decode_t *xdp,\r
+int xa_decode_sector( xa_decode_t *xdp,\r
                                           unsigned char *sectorp,\r
                                           int is_first_sector );\r
 \r