static void * main01(void *)
The main function to be run on the main thread.
static void Create()
The function that initializes the main game loop.
static OSThread mainThread
The main thread for the game.
static s64 g_InitialTime
The startup time of the game.
static void Execute()
The function that runs the main game loop.