Added screen preview in scr menu

This commit is contained in:
fabio.olimpieri 2014-04-09 07:48:41 +00:00
parent 73c1422280
commit 1581b79cc7

View File

@ -1060,7 +1060,7 @@ static int load_scr()
retorno2=0; //stay in the menu as default retorno2=0; //stay in the menu as default
const char *filename = menu_select_file(load_path_scr1, NULL, 0); // Load from SCR1 const char *filename = menu_select_file(load_path_scr1, NULL, 1); // Load from SCR1
if (filename==NULL) // Aborted if (filename==NULL) // Aborted
return 0; return 0;