summaryrefslogtreecommitdiff
path: root/src/dma3_manager.c
AgeCommit message (Collapse)Author
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
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
2018-12-22Storage - review changesDizzyEggg
2018-01-29More work on menuDiegoisawesome
2018-01-07completely label and document dma3_manager.ccamthesaxman
2018-01-07match ProcessDma3Requestscamthesaxman
2017-09-30BSS: src/main.o, src/dma3_manager.oPikalaxALT
2017-09-19finish egg hatch, clean up headersDizzyEggg
2017-09-18add important headers, const ptrs and egg hatch startDizzyEggg
2017-03-05resolve implicit declarations and enforce warnings as errorsProjectRevoTPP
2017-02-17finish decompiling dma3_manager.c except for ProcessDma3Requests (#18)ProjectRevoTPP