forked from Hay1tsme/segatools
Add option to enable/disable hook
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#include "config.h"
|
||||
|
||||
void unity_config_load(struct unity_config *cfg, const wchar_t *filename) {
|
||||
cfg->enable = GetPrivateProfileIntW(L"unity",L"enable",1,filename);
|
||||
|
||||
GetPrivateProfileStringW(
|
||||
L"unity",
|
||||
L"targetAssembly",
|
||||
|
Reference in New Issue
Block a user