Add switch for openssl patch in segatools.ini

This commit is contained in:
2024-10-18 13:34:25 +07:00
parent 97d2d6b9bc
commit cef3406691
6 changed files with 41 additions and 5 deletions

View File

@ -36,3 +36,4 @@ void nusec_config_load(struct nusec_config *cfg, const wchar_t *filename);
void pcbid_config_load(struct pcbid_config *cfg, const wchar_t *filename);
void vfs_config_load(struct vfs_config *cfg, const wchar_t *filename);
void system_config_load(struct system_config *cfg, const wchar_t *filename);
void openssl_patch_config_load(struct openssl_patch_config *cfg, const wchar_t *filename);