summaryrefslogtreecommitdiff
path: root/tools/gbafix/gbafix.c
AgeCommit message (Collapse)Author
2020-12-31Remove deadnaming, sync BgEventGriffinR
2019-09-16Fix extraneous parentheses warningGriffinR
2019-06-29Misc. changesPikalaxALT
use the TOOLCHAIN variable instead of overriding DEVKITARM remove redunant DEBUG variable, substitute DINFO
2019-06-29Additional fixesPikalaxALT
Rearrange gbafix to not modify file in the event of failure Fix bug where Dma3Manager may get stuck when compiled with gcc-9.1.0
2019-06-26Modernize codePikalaxALT
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input
2019-04-01Fix warning for extra parens (#646)Phlosioneer
* Fix warning for extra parens * Committed too many files
2018-09-10Make long param use two dashesDiegoisawesome
2018-09-10Make gbafix silentDiegoisawesome
2018-08-29Add gbafix from devkitPro/gba-toolsDiegoisawesome