X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmenu.c;h=774f05c54aa266871da4d563e050efd23f2da026;hb=609d0c070d716f8043dc92d04cdf48fc8535fb0b;hp=a81e1bc89ccc40c5cebe3557b5a54cff28453f13;hpb=7a5f9593629010d1cc9e7f9046aad0654412479e;p=libpicofe.git diff --git a/common/menu.c b/common/menu.c index a81e1bc..774f05c 100644 --- a/common/menu.c +++ b/common/menu.c @@ -971,7 +971,7 @@ static void draw_savestate_bg(int slot) unsigned short tmp_cram[0x40]; unsigned short tmp_vsram[0x40]; void *tmp_vram; - char *fname; + const char *fname; fname = emu_get_save_fname(1, 0, slot); if (!fname) return;