spu: fix saving bug
[pcsx_rearmed.git] / plugins / cdrcimg / cdrcimg.c
index e327500..e04ec93 100644 (file)
@@ -49,8 +49,8 @@ extern long CDR__getStatus(struct CdrStat *stat);
 
 struct CdrStat
 {
-       unsigned long Type;
-       unsigned long Status;
+       unsigned int Type;
+       unsigned int Status;
        unsigned char Time[3]; // current playing time
 };