- snprintf(bios_path, sizeof(bios_path), "%s%ckronos%csaturn_bios.bin", g_system_dir, slash, slash);
- if (does_file_exist(bios_path) != 1)
- {
- log_cb(RETRO_LOG_WARN, "%s NOT FOUND\n", bios_path);
- snprintf(bios_path, sizeof(bios_path), "%s%csaturn_bios.bin", g_system_dir, slash);
- if (does_file_exist(bios_path) != 1)
- {
- log_cb(RETRO_LOG_WARN, "%s NOT FOUND\n", bios_path);
- snprintf(bios_path, sizeof(bios_path), "%s%csega_101.bin", g_system_dir, slash);
- if (does_file_exist(bios_path) != 1)
- {
- log_cb(RETRO_LOG_WARN, "%s NOT FOUND\n", bios_path);
- snprintf(bios_path, sizeof(bios_path), "%s%cmpr-17933.bin", g_system_dir, slash);
- if (does_file_exist(bios_path) != 1)
- {
- log_cb(RETRO_LOG_WARN, "%s NOT FOUND\n", bios_path);
- }
- }
- }
- }