mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
無意味なTODOタグの消去
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@232 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
192209ec58
commit
a357d5bf7e
@ -364,7 +364,6 @@ void AddCurrentDirectory(std::vector<common::SavePathInfo>* list, std::wstring c
|
|||||||
bool ListTwlSaveDataDirectory(std::wstring currentDirectory, u32 level, std::vector<common::SavePathInfo>* list,
|
bool ListTwlSaveDataDirectory(std::wstring currentDirectory, u32 level, std::vector<common::SavePathInfo>* list,
|
||||||
std::vector<std::wstring>* programIdList)
|
std::vector<std::wstring>* programIdList)
|
||||||
{
|
{
|
||||||
// TODO: リードオンリーのファイルが消去できない
|
|
||||||
nn::fs::FileInputStream fis;
|
nn::fs::FileInputStream fis;
|
||||||
nn::fs::Directory dir;
|
nn::fs::Directory dir;
|
||||||
nn::Result result;
|
nn::Result result;
|
||||||
|
|||||||
@ -127,7 +127,6 @@ bool DownloadTitleSucceeded()
|
|||||||
|
|
||||||
TitleDownloader::TitleDownloader() : m_TwlTiteNum(0)
|
TitleDownloader::TitleDownloader() : m_TwlTiteNum(0)
|
||||||
{
|
{
|
||||||
// TODO 自動生成されたコンストラクター・スタブ
|
|
||||||
for(u32 i = 0; i < TWL_IMPORTABLE_TITLE_MAX; i++)
|
for(u32 i = 0; i < TWL_IMPORTABLE_TITLE_MAX; i++)
|
||||||
{
|
{
|
||||||
m_ProgramIdList[i] = 0;
|
m_ProgramIdList[i] = 0;
|
||||||
@ -137,7 +136,7 @@ TitleDownloader::TitleDownloader() : m_TwlTiteNum(0)
|
|||||||
|
|
||||||
TitleDownloader::~TitleDownloader()
|
TitleDownloader::~TitleDownloader()
|
||||||
{
|
{
|
||||||
// TODO Auto-generated destructor stub
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -30,13 +30,13 @@ namespace
|
|||||||
|
|
||||||
CommonLogger::CommonLogger()
|
CommonLogger::CommonLogger()
|
||||||
{
|
{
|
||||||
// TODO 自動生成されたコンストラクター・スタブ
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CommonLogger::~CommonLogger()
|
CommonLogger::~CommonLogger()
|
||||||
{
|
{
|
||||||
// TODO Auto-generated destructor stub
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CommonLogger::Initialize(u32 width, u32 height, u32 maxLine, demo::RenderSystemDrawing* renderSystem)
|
void CommonLogger::Initialize(u32 width, u32 height, u32 maxLine, demo::RenderSystemDrawing* renderSystem)
|
||||||
|
|||||||
@ -25,7 +25,7 @@ HardwareStateManager::HardwareStateManager(Util& hwUtility)
|
|||||||
|
|
||||||
HardwareStateManager::~HardwareStateManager()
|
HardwareStateManager::~HardwareStateManager()
|
||||||
{
|
{
|
||||||
// TODO Auto-generated destructor stub
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void HardwareStateManager::Finalize()
|
void HardwareStateManager::Finalize()
|
||||||
|
|||||||
@ -22,13 +22,12 @@ nn::fnd::ThreadSafeExpHeap HeapManager::s_AppHeap;
|
|||||||
|
|
||||||
HeapManager::HeapManager()
|
HeapManager::HeapManager()
|
||||||
{
|
{
|
||||||
// TODO 自動生成されたコンストラクター・スタブ
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
HeapManager::~HeapManager()
|
HeapManager::~HeapManager()
|
||||||
{
|
{
|
||||||
// TODO Auto-generated destructor stub
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nn::fnd::ThreadSafeExpHeap* HeapManager::GetHeap()
|
nn::fnd::ThreadSafeExpHeap* HeapManager::GetHeap()
|
||||||
|
|||||||
@ -29,13 +29,13 @@ namespace common
|
|||||||
|
|
||||||
PlayHistoryManager::PlayHistoryManager()
|
PlayHistoryManager::PlayHistoryManager()
|
||||||
{
|
{
|
||||||
// TODO 自動生成されたコンストラクター・スタブ
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PlayHistoryManager::~PlayHistoryManager()
|
PlayHistoryManager::~PlayHistoryManager()
|
||||||
{
|
{
|
||||||
// TODO Auto-generated destructor stub
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlayHistoryManager::Export()
|
void PlayHistoryManager::Export()
|
||||||
|
|||||||
@ -24,13 +24,13 @@ u32 SdMountManager::m_MountCounter = 0;
|
|||||||
|
|
||||||
SdMountManager::SdMountManager()
|
SdMountManager::SdMountManager()
|
||||||
{
|
{
|
||||||
// TODO 自動生成されたコンストラクター・スタブ
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SdMountManager::~SdMountManager()
|
SdMountManager::~SdMountManager()
|
||||||
{
|
{
|
||||||
// TODO Auto-generated destructor stub
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nn::Result SdMountManager::Mount()
|
nn::Result SdMountManager::Mount()
|
||||||
|
|||||||
@ -39,13 +39,13 @@ namespace common
|
|||||||
Util::Util() :
|
Util::Util() :
|
||||||
m_BatteryRemain(100), m_CanReadSerialNumber(false), m_CanReadIvs(false)
|
m_BatteryRemain(100), m_CanReadSerialNumber(false), m_CanReadIvs(false)
|
||||||
{
|
{
|
||||||
// TODO 自動生成されたコンストラクター・スタブ
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Util::~Util()
|
Util::~Util()
|
||||||
{
|
{
|
||||||
// TODO Auto-generated destructor stub
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Util::Initialize()
|
void Util::Initialize()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user