mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2025-02-20 11:12:42 +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
|