mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-24 04:09:15 +01:00
15 lines
169 B
C
15 lines
169 B
C
|
#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
|