X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.h;h=dd114cad8cbc9b2272efc7e29db2c9a9ed8e624a;hb=144a28a0684881e9bf431ec7785efd30e6de64c3;hp=2d2aa49ef29223690cfb572d91621b4560cffe28;hpb=bcf6c3497630d2ee44ee3015487ccf8ba5a84600;p=libpicofe.git diff --git a/common/emu.h b/common/emu.h index 2d2aa49..dd114ca 100644 --- a/common/emu.h +++ b/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;