mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
UTL_IsROMHeaderEULARequired関数の追加。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080524_SDK500fc_plus4_branch@1567 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
29ddd08c75
commit
f1f28d536a
@ -19,6 +19,7 @@
|
|||||||
#define __SYSM_UTIL_H__
|
#define __SYSM_UTIL_H__
|
||||||
|
|
||||||
#include <twl.h>
|
#include <twl.h>
|
||||||
|
#include <sysmenu.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -56,6 +57,13 @@ extern u32 UTL_CalcPCTLMasterKey( void ); //
|
|||||||
// タイトル数取得(内部でNAMを使用するので、NAM_Initが事前に呼ばれている必要あり)
|
// タイトル数取得(内部でNAMを使用するので、NAM_Initが事前に呼ばれている必要あり)
|
||||||
extern int UTL_GetInstalledSoftBoxCount( void );
|
extern int UTL_GetInstalledSoftBoxCount( void );
|
||||||
|
|
||||||
|
// アプリROMヘッダの要EULAフラグ取得
|
||||||
|
static inline BOOL UTL_IsROMHeaderEULARequired( void )
|
||||||
|
{
|
||||||
|
return (BOOL)SYSM_GetAppRomHeader()->agree_EULA;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user