| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
(#2003)
* Use version defines for build info and ROM header
* Use existing REGION_ defines for OOT_REGION instead
|
|
* Rework rom_header.s
* Offset comments, spaces in libultra version
* Adjust some comments, remove value arg from checksum macro
|
|
* Rename handwritten asm files and move them to src
* Fix progress.py
* Remove handling for asm dir from Makefile
|