summaryrefslogtreecommitdiff
path: root/src/makerom/rom_header.h
AgeCommit message (Collapse)Author
2024-12-13Move build.c definitions to the makefile, introduce and use libultra version ↵Tharo
defines in libultra instead of PLATFORM defines (#2353) * Move build.c definitions to the makefile, introduce and use libultra version defines in libultra instead of PLATFORM defines * MAJOR+MINOR versions -> VERSION+PATCH, stringify build defines in makefile, let the libultra version determine the OPTFLAGS for libultra files * Clang format moment * Remove LIBULTRA_VERSION_ID, tweak OS_VERSION and libultra version definitions * Better fix for formatting problems
2024-03-23Rework rom_header.s (#1932)Tharo
* Rework rom_header.s * Offset comments, spaces in libultra version * Adjust some comments, remove value arg from checksum macro