macros.h 1/?: PRINTF and T (#2509)

* create printf and translation headers

* non-overlays complete

* printf finished

* move T macro

* edit comment

* fix error

* fix bss

* remove is_64

* fix bss
This commit is contained in:
fig02
2025-04-23 19:31:49 -04:00
committed by GitHub
parent 680ba667c7
commit de59ad3db7
303 changed files with 529 additions and 70 deletions
+3
View File
@@ -1,7 +1,10 @@
#include "libc64/os_malloc.h"
#include "alignment.h"
#include "fault.h"
#include "printf.h"
#include "terminal.h"
#include "translation.h"
#include "global.h"
+1
View File
@@ -2,6 +2,7 @@
#include "alignment.h"
#include "fault.h"
#include "translation.h"
#include "global.h"
+6 -2
View File
@@ -1,7 +1,11 @@
#include "libc64/malloc.h"
#include "ultra64.h"
#include "macros.h"
#include "libc64/os_malloc.h"
#include "printf.h"
#include "translation.h"
#include "ultra64.h"
#include "macros.h"
#define LOG_SEVERITY_NOLOG 0
#define LOG_SEVERITY_ERROR 2