mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 01:09:16 +01:00
6baa46b1e6
*Clean up in game boot process
7 lines
98 B
C
7 lines
98 B
C
#ifndef GAMEBOOTPROCESS_H_
|
|
#define GAMEBOOTPROCESS_H_
|
|
|
|
int BootGame(const char * gameID);
|
|
|
|
#endif
|