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)) |
GXMAME_DEBUG("option file for %s not found",rom->romname); | GXMAME_DEBUG("option file for %s not found",rom->romname); |