mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
9 lines
110 B
C
9 lines
110 B
C
#ifndef __KIRBYPATCH_H__
|
|
#define __KIRBYPATCH_H__
|
|
|
|
#include <gccore.h>
|
|
|
|
void patch_kirby(u8 *gameid);
|
|
|
|
#endif
|