RetroArch
Classes | Enumerations | Functions | Variables
launch.h File Reference
#include "common.h"
Include dependency graph for launch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  loaderFuncs_s
 

Enumerations

enum  { LOADER_SHOW_REBOOT = 0x01, LOADER_NEED_SCAN = 0x02 }
 

Functions

Handle launchOpenFile (const char *path)
 

Variables

void(* __system_retAddr )(void)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
LOADER_SHOW_REBOOT 
LOADER_NEED_SCAN 

Function Documentation

◆ launchOpenFile()

Handle launchOpenFile ( const char *  path)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ __system_retAddr

void(* __system_retAddr) (void)