usbloadergx/source/GameBootProcess.h

7 lines
98 B
C
Raw Normal View History

#ifndef GAMEBOOTPROCESS_H_
#define GAMEBOOTPROCESS_H_
int BootGame(const char * gameID);
#endif