RetroArch/tools/retrolaunch/cd_detect.h

4 lines
96 B
C
Raw Normal View History

#include <unistd.h>
int detect_cd_game(const char* cue_path, char* game_name, size_t max_len);