View | Details | Raw Unified
Collapse All | Expand All

(-) gxmame-0.34/src/io.c.orig (-1 / +1 lines)
 Lines 1286-1292    Link Here 
		}
		}
		filename = g_build_filename(g_get_home_dir(), ".gxmame", "options", rom->romname, NULL);
		filename = g_build_filename(g_get_home_dir(), ".gxmame", "options", rom->romname, NULL);
		/* if there is no file with that name, exit, will use default options */
		/* if there is no file with that name, exit, will use default options */
		if(g_file_test(filename, G_FILE_TEST_EXISTS))
		if(!g_file_test(filename, G_FILE_TEST_EXISTS))
		{
		{
			game_options = NULL;
			game_options = NULL;
			GXMAME_DEBUG("option file for %s not found",rom->romname);
			GXMAME_DEBUG("option file for %s not found",rom->romname);