forked from TeamTofuShop/segatools
Add automatically apply OpenSSL patch for Intel Gen 10+ CPUs
This commit is contained in:
8
platform/opensslpatch.h
Normal file
8
platform/opensslpatch.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
int ChecknPatch(void);
|
||||
void OpenSSLPatch(void);
|
||||
char* GetCpuName(void);
|
||||
int CheckCpu(char* cpuname);
|
Reference in New Issue
Block a user