forked from TeamTofuShop/segatools
Add switch for openssl patch in segatools.ini
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user