X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffiledb.h;h=f28f5e7c25c6f57dfea3573cf7fcb8051dc37954;hb=10d7ab1fb217c01030a0b637f9a571c1faf61ede;hp=fe908966099c5250c3f5efb7b78d8d39120e5a40;hpb=376c605508b0c1903dee5357a6d95499c940d258;p=virtualjaguar diff --git a/src/filedb.h b/src/filedb.h index fe90896..f28f5e7 100644 --- a/src/filedb.h +++ b/src/filedb.h @@ -5,7 +5,7 @@ #ifndef __FILEDB_H__ #define __FILEDB_H__ -#include "types.h" +#include // Useful enumerations @@ -15,10 +15,10 @@ enum FileFlags { FF_ROM=0x01, FF_ALPINE=0x02, FF_BIOS=0x04, FF_REQ_DSP=0x08, FF_ struct RomIdentifier { - const uint32 crc32; + const uint32_t crc32; const char name[128]; -// const uint8 compatibility; - const uint32 flags; +// const uint8_t compatibility; + const uint32_t flags; }; // So other stuff can pull this in...