attempt to inline some stuff of configBATs, didn't work lol

This commit is contained in:
Prakxo
2022-12-21 20:08:01 +01:00
parent 26186c33ee
commit 295ba86193
5 changed files with 101 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef BATCONFIG_H
#define BATCONFIG_H
static asm void Config24MB();
static asm void Config48MB();
static asm void ReconfigBATs();
#endif
+2 -2
View File
@@ -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