nn::cfg::CTR::IsAgreedEula Function

Syntax

#include <nn/cfg.h>

bool IsAgreedEula(
     void
);

Parameters

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.
It returns false if no ICN file created with ctr_makebanner is set in ROM.

Revision History

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

CONFIDENTIAL