mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 19:45:39 -04:00

* 3 in 1 Plus remaining issue with x button option to boot to nor flash game after having completed a norflash flash operation has now been resolved. :D * NorFlash menu appearing when hitting L after entering rumble selection menu on Omega/Omega DE has been resolved. NorFlash menu now fully disabled for Omega to avoid possible bricking of this cart. * Screen init process for GBA Frame loader optimized.
11 lines
120 B
C
11 lines
120 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern bool LoadSkin(int mode, const char *Name);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|