mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
EULA同意を「非同意」にした際にEULAバージョンを"1"にクリアするよう修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1745 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
93c4285ef2
commit
525ffbb358
@ -509,7 +509,7 @@ static int SetAgreeEULAMain( void )
|
|||||||
{
|
{
|
||||||
LCFG_TSD_SetFlagAgreeEULA( sbAgreeEULA );
|
LCFG_TSD_SetFlagAgreeEULA( sbAgreeEULA );
|
||||||
if( !sbAgreeEULA ) {
|
if( !sbAgreeEULA ) {
|
||||||
LCFG_TSD_SetAgreedEULAVersion( 0 );
|
LCFG_TSD_SetAgreedEULAVersion( 1 );
|
||||||
}
|
}
|
||||||
// ::::::::::::::::::::::::::::::::::::::::::::::
|
// ::::::::::::::::::::::::::::::::::::::::::::::
|
||||||
// TWL設定データファイルへの書き込み
|
// TWL設定データファイルへの書き込み
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user