RetroArch
Functions
frontend.c File Reference
#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"
Include dependency graph for frontend.c:

Functions

void main_exit (void *args)
 
int rarch_main (int argc, char *argv[], void *data)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ main_exit()

void main_exit ( void args)

main_exit:

Cleanly exit RetroArch.

Also saves configuration files to disk, and (optionally) autosave state.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rarch_main()

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.

Here is the call graph for this function:
Here is the caller graph for this function: