mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 22:45:09 -04:00
7 lines
134 B
C
7 lines
134 B
C
#ifndef BATCONFIG_H
|
|
#define BATCONFIG_H
|
|
|
|
static asm void Config24MB();
|
|
static asm void Config48MB();
|
|
void ReconfigBATs();
|
|
#endif |