mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
1b0b96665a
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
22 lines
267 B
C
22 lines
267 B
C
#ifndef BATCONFIG_H
|
|
#define BATCONFIG_H
|
|
|
|
#include "types.h"
|
|
#include "dolphin/os/OSMemory.h"
|
|
#include "dolphin/os/OSInterrupt.h"
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void Config24MB();
|
|
void Config48MB();
|
|
void ReconfigBATs();
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |