Change partial backup msg + some fixes

This commit is contained in:
Kostas Missos
2018-07-09 16:02:47 +03:00
parent a5f2bb9d57
commit 2f120d1cbb
7 changed files with 24 additions and 20 deletions

View File

@@ -25,6 +25,8 @@ typedef struct _hekate_config
u32 bootwait;
u32 customlogo;
u32 verification;
// Global temporary config.
int se_keygen_done;
}hekate_config;
void set_default_configuration();