mirror of
https://github.com/libretro/RetroArch
synced 2025-04-24 06:02:36 +00:00
(retrolaunch) cleanups pt. 2
This commit is contained in:
parent
521daf2dd6
commit
f3cfa8283a
@ -274,11 +274,9 @@ static int detect_game(const char *path, char *game_name, size_t max_len)
|
|||||||
LOG_INFO("Starting CD game detection...");
|
LOG_INFO("Starting CD game detection...");
|
||||||
return detect_cd_game(path, game_name, max_len);
|
return detect_cd_game(path, game_name, max_len);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
LOG_INFO("Starting rom game detection...");
|
LOG_INFO("Starting rom game detection...");
|
||||||
return detect_rom_game(path, game_name, max_len);
|
return detect_rom_game(path, game_name, max_len);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int select_core(char *core_path, size_t max_len,
|
static int select_core(char *core_path, size_t max_len,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user