mirror of
https://github.com/libretro/RetroArch
synced 2025-01-18 04:12:07 +00:00
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);
|