mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
isSetParentalControlフラグが強制的に"1"にされていたのを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080524_SDK500fc_plus4_branch@1562 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
702d781a15
commit
67b5be45d5
@ -1028,16 +1028,6 @@ static void SetDrawnPageElement( void )
|
|||||||
// 初期化
|
// 初期化
|
||||||
void SetParentalControlInit( void )
|
void SetParentalControlInit( void )
|
||||||
{
|
{
|
||||||
// ペアレンタルコントロール設定前なら、とりあえず問答無用でペアレンタルコントロール設定フラグを立てる
|
|
||||||
if( !LCFG_TSD_IsSetParentalControl() ) {
|
|
||||||
OS_TPrintf( "First ParentalControl... set flag.\n" );
|
|
||||||
LCFG_TSD_SetFlagParentalControl( TRUE );
|
|
||||||
if( !MY_WriteTWLSettings() )
|
|
||||||
{
|
|
||||||
OS_TPrintf( "TWL settings write failed.\n" );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ページの初期化
|
// ページの初期化
|
||||||
if( sbInitPage ) // 特別にFALSEが指定されたときだけページをそのままにする
|
if( sbInitPage ) // 特別にFALSEが指定されたときだけページをそのままにする
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user