GBA-Exploader/arm9/include/ret_menu9_gen.h
ApacheThunder 7084d26052 FIx Slot-2 DS mode ...
* Fix mistake that caused DS mode Slot-2 booting to not work.
(accidently removed needed arm7 code in previous commit after optimizing
code relating to Rumble Menu softreset)
2024-05-19 23:50:00 -05:00

23 lines
373 B
C
Raw Permalink 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