mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 18:39:55 +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);
|