#include <twl/os.h>
u8 OS_GetAgreedEULAVersion(void);
None.
The EULA version that the end user has agreed to. (This is a number between 0 and 255.)
Gets the EULA version to which the console user has agreed.
You can use OS_IsAgreeEULA()
to determine whether the end user has agreed to the EULA.
When a Wi-Fi Connection is initiated, the TWL-DWC automatically checks whether the user has agreed to the latest version of the End User License Agreement (EULA). Therefore, applications normally do not need to call this function.
2008/09/02 Initial version.
CONFIDENTIAL