X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=dd114cad8cbc9b2272efc7e29db2c9a9ed8e624a;hb=eacee137eed2f00111e03544f6b1e43d20a7403b;hp=42a1bfbab42b33d742fb0c01eb1001a4a778eead;hpb=3ec29f016cdeb3100dbb433dd9041e81542765bd;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 42a1bfb..dd114ca 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -9,7 +9,7 @@ typedef struct { // squidgehack, no_save_cfg_on_exit, , 16_bit_mode // craigix_ram, confirm_save, show_cd_leds, confirm_load // A_SNs_gamma, perfect_vsync, giz_scanlines, giz_dblbuff - // vsync_mode + // vsync_mode, show_clock, no_frame_limitter int PicoOpt; // used for config saving only, see Pico.h int PsndRate; // ditto int PicoRegion; // ditto @@ -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;