1
0
mirror of synced 2024-11-14 23:07:36 +01:00

- Add FreePlay and fix boot in VF5E

- Add FreePlay and fix boot in VF5E
This commit is contained in:
Nico Giansanti 2021-07-02 23:37:51 +03:00
parent 7ba3c1a78b
commit 9af03a1c78

View File

@ -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;