s/devkitfail/devkitppc/g

This commit is contained in:
Hector Martin
2018-06-28 18:07:34 +09:00
parent 2fb61e432e
commit bccf0fcbee
14 changed files with 36 additions and 36 deletions

View File

@@ -2,8 +2,8 @@ CFLAGS = -Wall -W -Os -g
TARGET = wiipax
OBJS = LzFind.o LzmaEnc.o LzmaDec.o lzma.o main.o
OBJS += stub_mini.o stub_mini_debug.o
OBJS += stub_dkf.o stub_dkf_debug.o
OBJS += stub_dkfc.o stub_dkfc_debug.o
OBJS += stub_dkp.o stub_dkp_debug.o
OBJS += stub_dkpc.o stub_dkpc_debug.o
NOMAPFILE = 1

View File

@@ -17,14 +17,14 @@ extern int stub_mini_elf_len;
extern char stub_mini_elf[];
extern int stub_mini_debug_elf_len;
extern char stub_mini_debug_elf[];
extern int stub_dkf_elf_len;
extern char stub_dkf_elf[];
extern int stub_dkf_debug_elf_len;
extern char stub_dkf_debug_elf[];
extern int stub_dkfc_elf_len;
extern char stub_dkfc_elf[];
extern int stub_dkfc_debug_elf_len;
extern char stub_dkfc_debug_elf[];
extern int stub_dkp_elf_len;
extern char stub_dkp_elf[];
extern int stub_dkp_debug_elf_len;
extern char stub_dkp_debug_elf[];
extern int stub_dkpc_elf_len;
extern char stub_dkpc_elf[];
extern int stub_dkpc_debug_elf_len;
extern char stub_dkpc_debug_elf[];
typedef struct {
const char *name;
@@ -35,10 +35,10 @@ typedef struct {
static const stub_t stubs[] = {
{ "mini", &stub_mini_elf_len, (u8 *) stub_mini_elf },
{ "mini_debug", &stub_mini_debug_elf_len, (u8 *) stub_mini_debug_elf },
{ "devkitfail", &stub_dkf_elf_len, (u8 *) stub_dkf_elf },
{ "devkitfail_debug", &stub_dkf_debug_elf_len, (u8 *) stub_dkf_debug_elf },
{ "dkfailchannel", &stub_dkfc_elf_len, (u8 *) stub_dkfc_elf },
{ "dkfailchannel_debug", &stub_dkfc_debug_elf_len, (u8 *) stub_dkfc_debug_elf },
{ "devkitppc", &stub_dkp_elf_len, (u8 *) stub_dkp_elf },
{ "devkitppc_debug", &stub_dkp_debug_elf_len, (u8 *) stub_dkp_debug_elf },
{ "dkppcchannel", &stub_dkpc_elf_len, (u8 *) stub_dkpc_elf },
{ "dkppcchannel_debug", &stub_dkpc_debug_elf_len, (u8 *) stub_dkpc_debug_elf },
{ NULL, NULL, NULL }
};

View File

@@ -1 +0,0 @@
../stub/stub_dkf.c

View File

@@ -1 +0,0 @@
../stub/stub_dkf_debug.c

View File

@@ -1 +0,0 @@
../stub/stub_dkfc.c

View File

@@ -1 +0,0 @@
../stub/stub_dkfc_debug.c

1
wiipax/client/stub_dkp.c Symbolic link
View File

@@ -0,0 +1 @@
../stub/stub_dkp.c

View File

@@ -0,0 +1 @@
../stub/stub_dkp_debug.c

1
wiipax/client/stub_dkpc.c Symbolic link
View File

@@ -0,0 +1 @@
../stub/stub_dkpc.c

View File

@@ -0,0 +1 @@
../stub/stub_dkpc_debug.c