GBA-Exploader/arm9/source/skin.h
ApacheThunder ead3daa6b7 Fix X button reset issue with 3in1 Plus ...
* 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.
2024-07-11 22:54:46 -05:00

11 lines
120 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern bool LoadSkin(int mode, const char *Name);
#ifdef __cplusplus
}
#endif