mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-17 12:36:20 +01:00
![fix94.1](/assets/img/avatar_default.png)
files based on libogc svn r4902 instead of the current libogc ones, using the best of both :P
10 lines
230 B
C
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_)
|