mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 21:29:17 +01:00
11 lines
142 B
C
11 lines
142 B
C
|
|
||
|
#ifndef _GLOBAL_H_
|
||
|
#define _GLOBAL_H_
|
||
|
|
||
|
#define LAUNCH_SYSMENU 0
|
||
|
#define LAUNCH_HBL 1
|
||
|
#define LAUNCH_MOCHA 2
|
||
|
#define LAUNCH_CFW_IMG 3
|
||
|
|
||
|
#endif
|