(RLaunch) Can compile in most of RLaunch now

This commit is contained in:
twinaphex 2013-01-13 01:07:22 +01:00
parent 17490be09e
commit 46a2076e37
2 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,7 @@ RLAUNCH
#include "../../tools/retrolaunch/sha1.c"
#include "../../tools/retrolaunch/cd_detect.c"
#include "../../tools/retrolaunch/parser.c"
#include "../../tools/retrolaunch/main.c"
#endif
/*============================================================

View File

@ -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)
{
char core_path[PATH_MAX];
@ -331,3 +332,4 @@ int main(int argc, char *argv[])
// Stub just so that it compiles
void rarch_init_msg_queue(void) {}
#endif