RetroArch
|
#include <stdint.h>
#include <stddef.h>
#include <retro_timers.h>
#include "frontend.h"
#include "../configuration.h"
#include "../ui/ui_companion_driver.h"
#include "../tasks/tasks_internal.h"
#include "../driver.h"
#include "../paths.h"
#include "../retroarch.h"
Functions | |
void | main_exit (void *args) |
int | rarch_main (int argc, char *argv[], void *data) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
main_exit:
Cleanly exit RetroArch.
Also saves configuration files to disk, and (optionally) autosave state.
int rarch_main | ( | int | argc, |
char * | argv[], | ||
void * | data | ||
) |
main_entry:
Main function of RetroArch.
If HAVE_MAIN is not defined, will contain main loop and will not be exited from until we exit the program. Otherwise, will just do initialization.
Returns: varies per platform.