mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
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:
+1
-2
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user