WiiFlow_Lite/source/loader/videopatch.h
fix94.1 e4bb926948 -should have fixed all video problems now, using custom video
files based on libogc svn r4902 instead of the current libogc
ones, using the best of both :P
2012-06-13 20:30:35 +00:00

10 lines
230 B
C

#ifndef _VIDEOPATCH_H_
#define _VIDEOPATCH_H_
#include <gccore.h>
#include "video_sys.h"
void patchVideoModes(void *dst, u32 len, int vidMode, GXRModeObj *vmode, int patchVidModes);
#endif // !defined(_VIDEOPATCH_H_)