WiiFlow_Lite/resources/wiiflow_game_booter/source/videopatch.h

17 lines
296 B
C

#ifndef _VIDEOPATCH_H_
#define _VIDEOPATCH_H_
#include <gccore.h>
#ifdef __cplusplus
extern "C" {
#endif
void patchVideoModes(void *dst, u32 len, int vidMode, GXRModeObj *vmode, int patchVidModes, u8 bootType);
#ifdef __cplusplus
}
#endif
#endif // !defined(_VIDEOPATCH_H_)