- Add FreePlay and fix boot in VF5E
- Add FreePlay and fix boot in VF5E
This commit is contained in:
parent
7ba3c1a78b
commit
9af03a1c78
@ -69,7 +69,7 @@ static char ApmSystemSetting_getUiSettingReturnValue = 0;
|
||||
|
||||
static __int64 Backup_getRecordStatusReturnValue = 0;
|
||||
|
||||
static __int64 Backup_isSetupSucceededReturnValue = 0;
|
||||
static __int64 Backup_isSetupSucceededReturnValue = 1;
|
||||
|
||||
static __int64 Backup_saveRecordReturnValue = 0;
|
||||
|
||||
@ -97,7 +97,7 @@ static __int64 Credit_getCreditReturnValue = 0;
|
||||
|
||||
static __int64 Credit_getRemainReturnValue = 0;
|
||||
|
||||
static __int64 Credit_isFreePlayReturnValue = 0;
|
||||
static __int64 Credit_isFreePlayReturnValue = 1;
|
||||
|
||||
static __int64 Credit_isGameCostEnoughReturnValue = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user