RetroArch
Functions
frontend.h File Reference
#include <stdint.h>
#include <stddef.h>
#include <retro_common_api.h>
Include dependency graph for frontend.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

◆ main_exit()

RETRO_BEGIN_DECLS 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: