forked from Hay1tsme/segatools
Set up hooks for GetProcAddress and LoadLibraryW
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
#include "mercuryhook/config.h"
|
||||
#include "mercuryhook/io4.h"
|
||||
#include "mercuryhook/mercury-dll.h"
|
||||
#include "mercuryhook/elisabeth.h"
|
||||
|
||||
#include "platform/platform.h"
|
||||
|
||||
@ -75,6 +76,9 @@ static DWORD CALLBACK mercury_pre_startup(void)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
/* Start elisabeth Hooks for the LED and IO Board DLLs */
|
||||
elisabeth_hook_init();
|
||||
|
||||
/* Initialize debug helpers */
|
||||
|
||||
spike_hook_init(L".\\segatools.ini");
|
||||
|
Reference in New Issue
Block a user