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

@ -1,3 +1,7 @@
#pragma once
int openssl_patch_apply(void);
struct openssl_patch_config {
int enable;
};
HRESULT openssl_patch_apply(const struct openssl_patch_config *cfg);