mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
11 lines
204 B
C
11 lines
204 B
C
#ifndef BATCONFIG_H
|
|
#define BATCONFIG_H
|
|
|
|
#include "types.h"
|
|
#include "dolphin/OS/OSMemory.h"
|
|
#include "dolphin/OS/os.h"
|
|
|
|
asm void Config24MB();
|
|
asm void Config48MB();
|
|
void ReconfigBATs();
|
|
#endif |