nn::cfg::CTR::IsAgreedEula Function

Syntax

#include <nn/cfg.h>
bool IsAgreedEula(
void
);

Arguments

None.

Return Values

Returns true when the user has agreed; otherwise, returns false.

Description

Obtains whether the user has agreed to the EULA.

Before calling this function, you must initialize the FS library by calling the nn::fs::Initialize function.
This function gets the application's EULA version.
Returns false when no icon file is configured.

Revision History

2010/11/18
Added the fact that this function gets the application's EULA information.
2010/11/10
Initial version.

CONFIDENTIAL