ビルドエラー修正

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@483 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2011-11-08 09:29:59 +00:00
parent 5732edc0e7
commit fb260f1d4b
6 changed files with 4 additions and 8 deletions

View File

@ -57,7 +57,7 @@ LIBS += libnn_cfg \
INSTALL_SDK_TOOL = true
ROM_SPEC_FILE = $(TARGET_PROGRAM).rsf
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/RepairTool.desc
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/private/RepairTool.desc
include $(ROOT_OMAKE)/modulerules

View File

@ -57,7 +57,7 @@ LIBS += libnn_cfg \
INSTALL_SDK_TOOL = true
ROM_SPEC_FILE = $(TARGET_PROGRAM).rsf
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/RepairTool.desc
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/private/RepairTool.desc
include $(ROOT_OMAKE)/modulerules

View File

@ -285,7 +285,6 @@ bool DecryptDirectory(const wchar_t * from_path, const wchar_t* to_path, void* b
s32 readSize;
// ハッシュを取得する
nn::crypto::Initialize();
result = sdFile.TrySetPosition(sdFileSize - nn::crypto::AES_CMAC_MAC_SIZE);
if (result.IsSuccess())
{
@ -441,7 +440,6 @@ bool DecryptDirectory(const wchar_t * from_path, const wchar_t* to_path, void* b
}
}
}
nn::crypto::Finalize();
sdFile.Finalize();
sdOutFile.Finalize();
}

View File

@ -57,7 +57,7 @@ LIBS += libnn_cfg \
INSTALL_SDK_TOOL = true
ROM_SPEC_FILE = $(TARGET_PROGRAM).rsf
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/RepairTool.desc
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/private/RepairTool.desc
include $(ROOT_OMAKE)/modulerules

View File

@ -256,7 +256,6 @@ bool VerifyDirectory(const wchar_t * from_path, void* buf,
s32 readSize;
// ハッシュを取得する
nn::crypto::Initialize();
result = sdFile.TrySetPosition(sdFileSize - nn::crypto::AES_CMAC_MAC_SIZE);
if (result.IsSuccess())
{
@ -364,7 +363,6 @@ bool VerifyDirectory(const wchar_t * from_path, void* buf,
}
}
}
nn::crypto::Finalize();
sdFile.Finalize();
}
}

View File

@ -57,7 +57,7 @@ LIBS += libnn_cfg \
INSTALL_SDK_TOOL = true
ROM_SPEC_FILE = $(TARGET_PROGRAM).rsf
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/RepairTool.desc
DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/private/RepairTool.desc
include $(ROOT_OMAKE)/modulerules