usbloadergx/source/patches/gamepatches.h
giantpune dd4704cce3 * brought back the return-to patch complete with settings and shit to click on
* in the global settings you can select any 0x10001 title that is actually installed in the nand.  in the game settings, you can decide whether or not to use the global setting for that 1 game.
2010-09-19 10:53:24 +00:00

14 lines
379 B
C

#ifndef GAMEPATCHES_H_
#define GAMEPATCHES_H_
#include <gccore.h>
bool Anti_002_fix( u8 * Address, int Size );
bool NSMBPatch( u8 * Address, int Size );
bool PoPPatch();
bool Search_and_patch_Video_Modes( u8 * Address, u32 Size, GXRModeObj* Table[] );
void VideoModePatcher( u8 * dst, int len, u8 videoSelected );
bool PatchReturnTo( void *Address, int Size, u32 id );
#endif