mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
不要な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:
parent
1e1cecb3d2
commit
f52c9aa892
@ -57,9 +57,6 @@ const size_t s_GxHeapSize = 0x800000;
|
|||||||
|
|
||||||
bool PreinstallImporterTest::InitializeSuite()
|
bool PreinstallImporterTest::InitializeSuite()
|
||||||
{
|
{
|
||||||
// os の初期化
|
|
||||||
nn::os::Initialize();
|
|
||||||
|
|
||||||
nn::fs::Initialize();
|
nn::fs::Initialize();
|
||||||
|
|
||||||
// amの初期化
|
// amの初期化
|
||||||
|
|||||||
@ -62,9 +62,6 @@ const size_t s_GxHeapSize = 0x800000;
|
|||||||
|
|
||||||
bool TitleDownloaderTest::InitializeSuite()
|
bool TitleDownloaderTest::InitializeSuite()
|
||||||
{
|
{
|
||||||
// os の初期化
|
|
||||||
nn::os::Initialize();
|
|
||||||
|
|
||||||
nn::fs::Initialize();
|
nn::fs::Initialize();
|
||||||
nn::cfg::CTR::init::Initialize();
|
nn::cfg::CTR::init::Initialize();
|
||||||
nn::cfg::CTR::system::Initialize();
|
nn::cfg::CTR::system::Initialize();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user