mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 13:19:16 +01:00
8492589988
-made installer more stable on exit
13 lines
198 B
C
13 lines
198 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
|
|
#define LAUNCH_VWII_SYSMENU 4
|
|
#define LAUNCH_VWII_HBC 5
|
|
|
|
#endif
|