mirror of
https://github.com/libretro/RetroArch
synced 2025-01-08 09:41:47 +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);
|