mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 19:45:39 -04:00

* 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)
11 lines
165 B
C
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
|
|
|