mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
f19285cd0d
* Implemented WIP patches * Updated language files * Possible fix for Peppa Pig (untested, issue 1212) * Updated Wii parental controls to work nicelly with USB GX Parental Controls
7 lines
92 B
C
7 lines
92 B
C
#ifndef __WIP_H__
|
|
#define __WIP_H__
|
|
|
|
u32 do_wip_code(u8 *gameid);
|
|
|
|
#endif //__WIP_H__
|