mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2025-01-28 00:35:40 +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
|