X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fcdrcimg%2Fcdrcimg.c;h=0ec14dbbaa3a5a3e083e918550b9c536db4e2122;hp=e327500114cde624c9f2b9524b59179aa81de420;hb=b2058a5bead44a5b5ecaa903e9bbf3231477fde9;hpb=c979c3ee0d0bc6bece799a6f4013993d7cb2d5f3 diff --git a/plugins/cdrcimg/cdrcimg.c b/plugins/cdrcimg/cdrcimg.c index e3275001..0ec14dbb 100644 --- a/plugins/cdrcimg/cdrcimg.c +++ b/plugins/cdrcimg/cdrcimg.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include "cdrcimg.h" @@ -49,8 +48,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 };