diff --git a/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/TitleDownloader/test_TitleDownloader.cpp b/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/TitleDownloader/test_TitleDownloader.cpp index ddd1aa2..0252ea6 100644 --- a/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/TitleDownloader/test_TitleDownloader.cpp +++ b/trunk/ConsoleDataMigration/sources/tests/ConsoleRestore/TitleDownloader/test_TitleDownloader.cpp @@ -63,9 +63,10 @@ bool TitleDownloaderTest::InitializeSuite() nn::fs::Initialize(); // amの初期化 - nn::am::InitializeForSystemMenu(); + nn::am::InitializeForLocalImporter(); // ヒープの確保 + common::InitializeHeap(); common::HeapManager gxHeap(s_GxHeapSize); // RenderSystem の準備