mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
警告対応
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@682 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
4c6471c292
commit
b78bfdb624
@ -129,6 +129,9 @@ u8* File::read( const wchar_t* fileName, u32* size, bool device, bool prefix )
|
|||||||
u8* File::readLZ( const char* fileName, u32* size )
|
u8* File::readLZ( const char* fileName, u32* size )
|
||||||
{
|
{
|
||||||
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
||||||
|
NN_UNUSED_VAR(fileName);
|
||||||
|
NN_UNUSED_VAR(size);
|
||||||
|
return 0;
|
||||||
#if 0
|
#if 0
|
||||||
u8* comp_buf = read( fileName, size, false, false );
|
u8* comp_buf = read( fileName, size, false, false );
|
||||||
u32 arc_size = nn::cx::GetUncompressedSize( comp_buf );
|
u32 arc_size = nn::cx::GetUncompressedSize( comp_buf );
|
||||||
@ -150,6 +153,12 @@ u8* File::readLZ( const char* fileName, u32* size )
|
|||||||
u8* File::mountShare( const char* name, nn::ProgramId tit_id, int data_num, int files, int dirs )
|
u8* File::mountShare( const char* name, nn::ProgramId tit_id, int data_num, int files, int dirs )
|
||||||
{
|
{
|
||||||
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
||||||
|
NN_UNUSED_VAR(name);
|
||||||
|
NN_UNUSED_VAR(tit_id);
|
||||||
|
NN_UNUSED_VAR(data_num);
|
||||||
|
NN_UNUSED_VAR(files);
|
||||||
|
NN_UNUSED_VAR(dirs);
|
||||||
|
return NULL;
|
||||||
#if 0
|
#if 0
|
||||||
int size = nn::fs::GetContentRequiredMemorySize( nn::fs::MEDIA_TYPE_NAND,
|
int size = nn::fs::GetContentRequiredMemorySize( nn::fs::MEDIA_TYPE_NAND,
|
||||||
tit_id, data_num, files, dirs );
|
tit_id, data_num, files, dirs );
|
||||||
|
|||||||
@ -38,6 +38,7 @@ nn::hid::CTR::PadReaderWithSvr2* Input::smpPadReaderWithSvr2;
|
|||||||
*/
|
*/
|
||||||
void Input::init()
|
void Input::init()
|
||||||
{
|
{
|
||||||
|
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
||||||
#if 0
|
#if 0
|
||||||
msPad = 0;
|
msPad = 0;
|
||||||
msPadPrev = 0;
|
msPadPrev = 0;
|
||||||
@ -64,6 +65,8 @@ void Input::init()
|
|||||||
*/
|
*/
|
||||||
void Input::update( int system_stt )
|
void Input::update( int system_stt )
|
||||||
{
|
{
|
||||||
|
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
||||||
|
NN_UNUSED_VAR(system_stt);
|
||||||
#if 0
|
#if 0
|
||||||
// ステートが通常以外になったときは更新を止めつつ、処理をリセットさせる
|
// ステートが通常以外になったときは更新を止めつつ、処理をリセットさせる
|
||||||
if( system_stt != sys::eSystemStt_Normal )
|
if( system_stt != sys::eSystemStt_Normal )
|
||||||
|
|||||||
@ -265,7 +265,8 @@ const wchar_t* UserInfoAccessor::mspSlideFact[UserInfoAccessor::eFactNum] =
|
|||||||
//==========================================================================
|
//==========================================================================
|
||||||
void UserInfoAccessor::init( int flg )
|
void UserInfoAccessor::init( int flg )
|
||||||
{
|
{
|
||||||
NN_PANIC( "uninitialized function\n");
|
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
||||||
|
NN_UNUSED_VAR(flg);
|
||||||
#if 0
|
#if 0
|
||||||
int event = eUserInfo_Save1;
|
int event = eUserInfo_Save1;
|
||||||
|
|
||||||
@ -357,7 +358,9 @@ void UserInfoAccessor::destroy()
|
|||||||
//==========================================================================
|
//==========================================================================
|
||||||
u8* UserInfoAccessor::readCountryData( int flg )
|
u8* UserInfoAccessor::readCountryData( int flg )
|
||||||
{
|
{
|
||||||
NN_PANIC( "uninitialized function\n");
|
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
||||||
|
NN_UNUSED_VAR(flg);
|
||||||
|
return NULL;
|
||||||
#if 0
|
#if 0
|
||||||
u8* p_data = NULL;
|
u8* p_data = NULL;
|
||||||
u8* mount_buf = NULL;
|
u8* mount_buf = NULL;
|
||||||
@ -413,7 +416,7 @@ u32 size;
|
|||||||
//==========================================================================
|
//==========================================================================
|
||||||
void UserInfoAccessor::check_first_set_()
|
void UserInfoAccessor::check_first_set_()
|
||||||
{
|
{
|
||||||
NN_PANIC( "uninitialized function\n");
|
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
||||||
#if 0
|
#if 0
|
||||||
#ifdef MAKE_ACCTEST
|
#ifdef MAKE_ACCTEST
|
||||||
// 接続検証
|
// 接続検証
|
||||||
@ -541,7 +544,7 @@ void UserInfoAccessor::check_first_set_()
|
|||||||
//==========================================================================
|
//==========================================================================
|
||||||
void UserInfoAccessor::set_country_info_()
|
void UserInfoAccessor::set_country_info_()
|
||||||
{
|
{
|
||||||
NN_PANIC( "uninitialized function\n");
|
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
||||||
#if 0
|
#if 0
|
||||||
u8* mount_buf = NULL;
|
u8* mount_buf = NULL;
|
||||||
|
|
||||||
@ -724,7 +727,8 @@ void UserInfoAccessor::setFirstAll( bool set )
|
|||||||
//*********************************************************************************
|
//*********************************************************************************
|
||||||
void UserInfoAccessor::eventProc( int info_event )
|
void UserInfoAccessor::eventProc( int info_event )
|
||||||
{
|
{
|
||||||
NN_PANIC( "uninitialized function\n");
|
NN_PANIC("comment out function, %s:%d", __func__, __LINE__);
|
||||||
|
NN_UNUSED_VAR(info_event);
|
||||||
#if 0
|
#if 0
|
||||||
int type = 1;
|
int type = 1;
|
||||||
bool lang_change = false;
|
bool lang_change = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user