GBA-Exploader/arm9/source/maindef.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

11 lines
165 B
C

#ifndef maindef_h
#define maindef_h
#define ROMTITLE "GBA ExpLoader"
#define ROMVERSION "Version 0.61b by Rudolph."
#define ROMDATE ""__DATE__" "__TIME__
#endif