RetroArch
Macros | Variables
sys_state.h File Reference
#include <gctypes.h>
Include dependency graph for sys_state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SYS_STATE_BEFORE_INIT   0
 
#define SYS_STATE_BEFORE_MT   1
 
#define SYS_STATE_BEGIN_MT   2
 
#define SYS_STATE_UP   3
 
#define SYS_STATE_SHUTDOWN   4
 
#define SYS_STATE_FAILED   5
 

Variables

u32 _sys_state_curr
 

Macro Definition Documentation

◆ SYS_STATE_BEFORE_INIT

#define SYS_STATE_BEFORE_INIT   0

◆ SYS_STATE_BEFORE_MT

#define SYS_STATE_BEFORE_MT   1

◆ SYS_STATE_BEGIN_MT

#define SYS_STATE_BEGIN_MT   2

◆ SYS_STATE_FAILED

#define SYS_STATE_FAILED   5

◆ SYS_STATE_SHUTDOWN

#define SYS_STATE_SHUTDOWN   4

◆ SYS_STATE_UP

#define SYS_STATE_UP   3

Variable Documentation

◆ _sys_state_curr

u32 _sys_state_curr