diff --git a/trunk/ConsoleDataMigration/ConsoleBackup/ConsoleBackup.cpp b/trunk/ConsoleDataMigration/ConsoleBackup/ConsoleBackup.cpp index a2fdae4..303d2cb 100644 --- a/trunk/ConsoleDataMigration/ConsoleBackup/ConsoleBackup.cpp +++ b/trunk/ConsoleDataMigration/ConsoleBackup/ConsoleBackup.cpp @@ -256,9 +256,6 @@ extern "C" void nnMain(void) common::Logger::GetLoggerInstance()->PrintResultIfFailed(result , __LINE__); u64 friendCode = nn::friends::CTR::FriendKeyToFriendCode(friendKey); - // ReadOnlySharedInfoの取得 - const nn::os::ReadOnlySharedInfo& rosi = nn::os::GetReadOnlySharedInfo(); - // バージョンの取得 common::VerDef mVerData; common::GetSystemVersion(&mVerData, region); @@ -365,7 +362,6 @@ extern "C" void nnMain(void) macAddress, operationMessage, region, - rosi, s_SerialNo ); diff --git a/trunk/ConsoleDataMigration/ConsoleRestore/ConsoleRestore.cpp b/trunk/ConsoleDataMigration/ConsoleRestore/ConsoleRestore.cpp index d0e6a02..d585fc4 100644 --- a/trunk/ConsoleDataMigration/ConsoleRestore/ConsoleRestore.cpp +++ b/trunk/ConsoleDataMigration/ConsoleRestore/ConsoleRestore.cpp @@ -267,9 +267,6 @@ extern "C" void nnMain(void) common::Logger::GetLoggerInstance()->PrintResultIfFailed(result , __LINE__); u64 friendCode = nn::friends::CTR::FriendKeyToFriendCode(friendKey); - // ReadOnlySharedInfoの取得 - const nn::os::ReadOnlySharedInfo& rosi = nn::os::GetReadOnlySharedInfo(); - // バージョンの取得 common::VerDef mVerData; common::GetSystemVersion(&mVerData, region); @@ -376,7 +373,6 @@ extern "C" void nnMain(void) macAddress, operationMessage, region, - rosi, s_SerialNo ); diff --git a/trunk/ConsoleDataMigration/common/DrawSystemState.cpp b/trunk/ConsoleDataMigration/common/DrawSystemState.cpp index 2f3162a..8ca7170 100644 --- a/trunk/ConsoleDataMigration/common/DrawSystemState.cpp +++ b/trunk/ConsoleDataMigration/common/DrawSystemState.cpp @@ -57,7 +57,6 @@ void DrawSystemState char8* macAddress, ::std::vector& operationMessage, nn::cfg::CTR::CfgRegionCode region, - const nn::os::ReadOnlySharedInfo& rosi, u8* s_SerialNo ) { diff --git a/trunk/ConsoleDataMigration/common/DrawSystemState.h b/trunk/ConsoleDataMigration/common/DrawSystemState.h index 0eb29cb..7b7a996 100644 --- a/trunk/ConsoleDataMigration/common/DrawSystemState.h +++ b/trunk/ConsoleDataMigration/common/DrawSystemState.h @@ -62,7 +62,6 @@ void DrawSystemState char8* macAddress, ::std::vector& operationMessage, nn::cfg::CTR::CfgRegionCode region, - const nn::os::ReadOnlySharedInfo& rosi, u8* s_SerialNo ); diff --git a/trunk/ConsoleDataMigration/common/PlayHistoryManager.cpp b/trunk/ConsoleDataMigration/common/PlayHistoryManager.cpp index 1818264..8288ce2 100644 --- a/trunk/ConsoleDataMigration/common/PlayHistoryManager.cpp +++ b/trunk/ConsoleDataMigration/common/PlayHistoryManager.cpp @@ -212,6 +212,7 @@ void PlayHistoryManager::Dump() } } } + NN_UNUSED_VAR(pEvent); HeapManager::GetHeap()->Free(playEvent); return;