RetroArch/ctr/exec-3dsx/exec_cia.h

6 lines
97 B
C

#ifndef EXEC_CIA_H
#define EXEC_CIA_H
int exec_cia(const char* path, const char** args);
#endif