This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/source/patches.h

25 lines
693 B
C
Raw Normal View History

2015-08-05 03:57:37 +02:00
/*
* patches.h
*/
2016-03-06 03:41:07 +01:00
#pragma once
2015-08-05 03:57:37 +02:00
#include "types.h"
/**************************************************
* Patches
**************************************************/
const u32 mpuPatch[3];
2016-04-26 20:06:31 +02:00
const u16 nandRedir[2],
sigPatch[2],
writeBlock[2];
/**************************************************
* Functions
**************************************************/
u8 *getProc9(u8 *pos, u32 size);
void getSigChecks(u8 *pos, u32 size, u32 *off, u32 *off2);
void *getReboot(u8 *pos, u32 size);
u32 getfOpen(u8 *proc9Offset, void *rebootOffset);
u16 *getFirmWrite(u8 *pos, u32 size);
void *getLoader(u8 *pos, u32 size, u32 *loaderSize);