X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=93787c774875671b619175c44e5ce2e8d21751b8;hb=b59172e3d428eb6848e6874861804c79bbc9d1ec;hp=4a4b43941fa165f5a6d0c956a9c2fa6b5518ebfb;hpb=cfae1ae17956a94d7deae336ce6b9571b3f825f1;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 4a4b439..93787c7 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -77,7 +77,7 @@ typedef struct _currentConfig_t { } currentConfig_t; extern currentConfig_t currentConfig, defaultConfig; -extern char *PicoConfigFile; +extern const char *PicoConfigFile; extern int state_slot; extern int config_slot, config_slot_current; extern unsigned char *movie_data;