diff --git a/trunk/SkipFirstLaunch/SkipFirstLaunch.rsf b/trunk/SkipFirstLaunch/SkipFirstLaunch.rsf index 89c0e56..482b344 100644 --- a/trunk/SkipFirstLaunch/SkipFirstLaunch.rsf +++ b/trunk/SkipFirstLaunch/SkipFirstLaunch.rsf @@ -32,6 +32,8 @@ AccessControlInfo: - CategorySystemApplication - CategorySystemSettings + SystemSaveDataId1: 0x00020220 + Option: FreeProductCode: true diff --git a/trunk/SkipFirstLaunch/sysUserInfoAccessor.cpp b/trunk/SkipFirstLaunch/sysUserInfoAccessor.cpp index c7a022c..2cb5f81 100644 --- a/trunk/SkipFirstLaunch/sysUserInfoAccessor.cpp +++ b/trunk/SkipFirstLaunch/sysUserInfoAccessor.cpp @@ -265,6 +265,7 @@ const wchar_t* UserInfoAccessor::mspSlideFact[UserInfoAccessor::eFactNum] = //========================================================================== void UserInfoAccessor::init( int flg ) { + NN_PANIC( "uninitialized function\n"); #if 0 int event = eUserInfo_Save1; @@ -356,6 +357,7 @@ void UserInfoAccessor::destroy() //========================================================================== u8* UserInfoAccessor::readCountryData( int flg ) { + NN_PANIC( "uninitialized function\n"); #if 0 u8* p_data = NULL; u8* mount_buf = NULL; @@ -411,6 +413,7 @@ u32 size; //========================================================================== void UserInfoAccessor::check_first_set_() { + NN_PANIC( "uninitialized function\n"); #if 0 #ifdef MAKE_ACCTEST // 接続検証 @@ -538,6 +541,7 @@ void UserInfoAccessor::check_first_set_() //========================================================================== void UserInfoAccessor::set_country_info_() { + NN_PANIC( "uninitialized function\n"); #if 0 u8* mount_buf = NULL; @@ -720,6 +724,7 @@ void UserInfoAccessor::setFirstAll( bool set ) //********************************************************************************* void UserInfoAccessor::eventProc( int info_event ) { + NN_PANIC( "uninitialized function\n"); #if 0 int type = 1; bool lang_change = false; @@ -2203,7 +2208,7 @@ size_t readDataSize = 0; sys::File::finalizeMsetSys(); return; } - //readDataSha1 = new( sys::Mem::getMainHeap(), 4 ) u8[ nn::crypto::Sha1Context::HASH_SIZE ]; + readDataSha1 = new( sys::Mem::getMainHeap(), 4 ) u8[ nn::crypto::Sha1Context::HASH_SIZE ]; nn::crypto::CalculateSha1( readDataSha1, readData, readDataSize ); snprintf( setSha1Hash, setSha1HashLen, "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x\n", @@ -2309,6 +2314,8 @@ bool ret = false; } sys::File::finalizeMsetSys(); + if( pSaveData != NULL ) { delete pSaveData; } + return ret; }