mirror of
https://github.com/libretro/RetroArch
synced 2025-01-09 03:41:35 +00:00
15ad74fdad
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
4 lines
96 B
C
4 lines
96 B
C
#include <unistd.h>
|
|
|
|
int detect_cd_game(const char* cue_path, char* game_name, size_t max_len);
|