J2D structs + print / fix GX + MSL string headers (#157)

* J2D structs + print / fix GX + MSL string headers

* remove msl_c/string.h
This commit is contained in:
TakaRikka
2021-10-24 14:35:00 -07:00
committed by GitHub
parent b88cb8cdc0
commit 5020395dfd
71 changed files with 2069 additions and 2054 deletions
+1 -2
View File
@@ -33,7 +33,6 @@ SECTION_INIT void __init_registers();
SECTION_INIT void __init_data();
SECTION_INIT void __init_hardware();
SECTION_INIT void __flush_cache();
SECTION_INIT void memset();
SECTION_INIT void __fill_mem();
SECTION_INIT void TRK_memset();
SECTION_INIT void TRK_memcpy();
@@ -147,7 +146,7 @@ SECTION_INIT asm void __flush_cache() {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
SECTION_INIT asm void memset() {
SECTION_INIT asm void* memset(void*, int, u32) {
nofralloc
#include "asm/init/memset.s"
}