不要なos::Initialize呼出しを削除

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@838 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2015-03-18 04:51:32 +00:00
parent 1e1cecb3d2
commit f52c9aa892
2 changed files with 0 additions and 6 deletions

View File

@ -57,9 +57,6 @@ const size_t s_GxHeapSize = 0x800000;
bool PreinstallImporterTest::InitializeSuite()
{
// os の初期化
nn::os::Initialize();
nn::fs::Initialize();
// amの初期化

View File

@ -62,9 +62,6 @@ const size_t s_GxHeapSize = 0x800000;
bool TitleDownloaderTest::InitializeSuite()
{
// os の初期化
nn::os::Initialize();
nn::fs::Initialize();
nn::cfg::CTR::init::Initialize();
nn::cfg::CTR::system::Initialize();