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.
22 lines
293 B
C
22 lines
293 B
C
|
|
extern char *errmsg[];
|
|
extern char *cnfmsg[];
|
|
extern char *barmsg[];
|
|
extern char *cmd_m[];
|
|
extern char *t_msg[];
|
|
extern char *savmsg[];
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void setLangMsg(void);
|
|
|
|
extern char *jstrncpy(char *s1, char *s2, size_t n);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|