mm/include/viconfig.h

10 lines
137 B
C

#ifndef VICONFIG_H
#define VICONFIG_H
#include "ultra64.h"
void ViConfig_UpdateVi(u32 black);
void ViConfig_UpdateBlack(void);
#endif