mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
以前から気になっていたファイル名修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1396 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
27ddfcdcf8
commit
6a8a6e02cc
@ -27,7 +27,7 @@ TWL_PROC = ARM7
|
|||||||
SRCS_COMMON = status.c \
|
SRCS_COMMON = status.c \
|
||||||
pxi.c \
|
pxi.c \
|
||||||
mountInfo.c \
|
mountInfo.c \
|
||||||
decodeAES.c
|
decryptAES.c
|
||||||
|
|
||||||
SRCS = setAESKey.c \
|
SRCS = setAESKey.c \
|
||||||
$(addprefix ../common/src/, $(SRCS_COMMON))
|
$(addprefix ../common/src/, $(SRCS_COMMON))
|
||||||
|
|||||||
@ -38,7 +38,7 @@ SRCS = sysmenu_lib.c \
|
|||||||
../common/src/status.c \
|
../common/src/status.c \
|
||||||
../common/src/pxi.c \
|
../common/src/pxi.c \
|
||||||
../common/src/mountInfo.c \
|
../common/src/mountInfo.c \
|
||||||
../common/src/decodeAES.c \
|
../common/src/decryptAES.c \
|
||||||
../common/src/masterkey.c \
|
../common/src/masterkey.c \
|
||||||
$(REVISION_SRC)
|
$(REVISION_SRC)
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
/*---------------------------------------------------------------------------*
|
/*---------------------------------------------------------------------------*
|
||||||
Project: TwlIPL
|
Project: TwlIPL
|
||||||
File: decodeAES.c
|
File: decryptAES.c
|
||||||
|
|
||||||
Copyright 2007 Nintendo. All rights reserved.
|
Copyright 2007 Nintendo. All rights reserved.
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user