mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-15 22:05:12 +01:00
8 lines
99 B
C
8 lines
99 B
C
|
#ifndef _PATCHES_H_
|
||
|
#define _PATCHES_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
void Patch_VideoMode(u8 *, u32);
|
||
|
|
||
|
#endif
|