cartinfo is useless

This commit is contained in:
SimoneN64
2023-06-06 10:58:32 +02:00
parent 537ab446ba
commit ecdf7473e2
2 changed files with 0 additions and 8 deletions

View File

@@ -10,12 +10,6 @@
#include <GameDB.hpp> #include <GameDB.hpp>
namespace n64 { namespace n64 {
struct CartInfo {
bool isPAL;
u32 cicType;
u32 crc;
};
struct ROMHeader { struct ROMHeader {
u8 initialValues[4]; u8 initialValues[4];
u32 clockRate; u32 clockRate;

View File

@@ -88,8 +88,6 @@ enum CICType {
CIC_NUS_6106_7106 CIC_NUS_6106_7106
}; };
struct CartInfo;
struct PIF { struct PIF {
PIF(); PIF();
~PIF(); ~PIF();