X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=dd114cad8cbc9b2272efc7e29db2c9a9ed8e624a;hb=eacee137eed2f00111e03544f6b1e43d20a7403b;hp=2d2aa49ef29223690cfb572d91621b4560cffe28;hpb=145650410c2a6a4b0277067e8237537bb57063af;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 2d2aa49..dd114ca 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -29,7 +29,7 @@ typedef struct { extern currentConfig_t currentConfig; extern char *PicoConfigFile; -extern unsigned char *rom_data; +extern int rom_loaded; extern char noticeMsg[64]; extern int state_slot; extern int config_slot, config_slot_current;