以前から気になっていたファイル名修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1396 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2008-05-19 05:33:37 +00:00
parent 27ddfcdcf8
commit 6a8a6e02cc
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ TWL_PROC = ARM7
SRCS_COMMON = status.c \
pxi.c \
mountInfo.c \
decodeAES.c
decryptAES.c
SRCS = setAESKey.c \
$(addprefix ../common/src/, $(SRCS_COMMON))

View File

@ -38,7 +38,7 @@ SRCS = sysmenu_lib.c \
../common/src/status.c \
../common/src/pxi.c \
../common/src/mountInfo.c \
../common/src/decodeAES.c \
../common/src/decryptAES.c \
../common/src/masterkey.c \
$(REVISION_SRC)

View File

@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------*
Project: TwlIPL
File: decodeAES.c
File: decryptAES.c
Copyright 2007 Nintendo. All rights reserved.