(RLaunch) Can compile in most of RLaunch now
This commit is contained in:
parent
17490be09e
commit
46a2076e37
|
@ -63,6 +63,7 @@ RLAUNCH
|
||||||
#include "../../tools/retrolaunch/sha1.c"
|
#include "../../tools/retrolaunch/sha1.c"
|
||||||
#include "../../tools/retrolaunch/cd_detect.c"
|
#include "../../tools/retrolaunch/cd_detect.c"
|
||||||
#include "../../tools/retrolaunch/parser.c"
|
#include "../../tools/retrolaunch/parser.c"
|
||||||
|
#include "../../tools/retrolaunch/main.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
|
|
|
@ -265,6 +265,7 @@ static int detect_game(const char *path, char *game_name, size_t max_len)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef RARCH_CONSOLE
|
||||||
static int run_retroarch(const char *path, const struct RunInfo *info)
|
static int run_retroarch(const char *path, const struct RunInfo *info)
|
||||||
{
|
{
|
||||||
char core_path[PATH_MAX];
|
char core_path[PATH_MAX];
|
||||||
|
@ -331,3 +332,4 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
// Stub just so that it compiles
|
// Stub just so that it compiles
|
||||||
void rarch_init_msg_queue(void) {}
|
void rarch_init_msg_queue(void) {}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue