WiiFlow_Lite/source/dml/dml.h

15 lines
169 B
C
Raw Normal View History

#ifdef __cplusplus
extern "C"
{
#endif
#ifndef DML_H_
#define DML_H_
s32 setstreaming();
void SRAM_PAL();
void SRAM_NTSC();
#endif //DML_H_
#ifdef __cplusplus
}
#endif