Forgot this

This commit is contained in:
Aurora 2016-09-08 18:53:21 +02:00
parent dc8e4e5f14
commit 6016dc14f8

View File

@ -12,8 +12,11 @@
#define BOOTCFG_FIRM BOOTCONFIG(3, 1)
#define BOOTCFG_SAFEMODE BOOTCONFIG(6, 1)
#define CONFIG_NEWCPU MULTICONFIG(3)
#define CONFIG_DEVOPTIONS MULTICONFIG(4)
#define CONFIG_USELANGEMUANDCODE CONFIG(2)
#define CONFIG_SHOWNAND CONFIG(3)
#ifdef DEV
#define CONFIG_DEVOPTIONS MULTICONFIG(4)
#endif
void patchCode(u64 progId, u8 *code, u32 size);