mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-22 05:49:04 -04:00
attempt to inline some stuff of configBATs, didn't work lol
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef BATCONFIG_H
|
||||
#define BATCONFIG_H
|
||||
|
||||
static asm void Config24MB();
|
||||
static asm void Config48MB();
|
||||
static asm void ReconfigBATs();
|
||||
#endif
|
||||
@@ -2,9 +2,9 @@
|
||||
#define LIBULTRA_H
|
||||
#include "types.h"
|
||||
|
||||
|
||||
void bcmp (const void *v1, const void *v2, u32 size);
|
||||
void bcopy(const void *dst, void *src, size_t n);
|
||||
void bzero(void *ptr, size_t size);
|
||||
extern s32 osAppNMIBuffer[16];
|
||||
extern s32 osAppNMIBuffer[16]; //?? It's most likely an u8 with 64 instead of s32 of 16, so the function that uses this is probably a fakematch.
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user