GBA-Exploader/arm9/source/bootloader/ret_menu9_gen.h
ApacheThunder 4ec14bae55 Fix Rumble Menu soft reset ...
* Soft Reset for Rumble Menu fixed. New scheme is now used for loading
SoftReset.xxxx. Now instead it will look for R4TF.nds (R4TF = 4
character ioType code for DLDI user is currently using with R4TF as an
example). If not found it will look for a few specific NDS files to try.
If those aren't found it will try boot.nds. If boot.nds isn't found then
rumble menu will not be available.
2024-05-19 18:24:16 -05:00

23 lines
373 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/***********************************************************
Arm9 Soft rest for General purpose
by Rudolph (<28>cé)
***************************************************************/
#ifndef RET_MENU9_GEN_H
#define RET_MENU9_GEN_H
#ifdef __cplusplus
extern "C" {
#endif
bool ret_menu_chk();
bool ret_menu9_Gen();
#ifdef __cplusplus
}
#endif
#endif // RET_MENU9_GEN_H