nn::cfg::CTR::IsAgreedEula Function#include <nn/cfg.h>
bool IsAgreedEula(
void
);
None.
true when the user has agreed; otherwise, returns false. 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.
CONFIDENTIAL