Added d3d11 hook, better touch naming

This commit is contained in:
2022-02-10 12:17:10 -05:00
parent 194ee1a1ce
commit 6e85541493
11 changed files with 34 additions and 15 deletions

View File

@ -5,6 +5,7 @@
#include "board/config.h"
#include "hooklib/dvd.h"
#include "gfxhook/gfx.h"
#include "mercuryhook/mercury-dll.h"
#include "mercuryhook/touch.h"
@ -16,6 +17,7 @@ struct mercury_hook_config {
struct aime_config aime;
struct dvd_config dvd;
struct io4_config io4;
struct gfx_config gfx;
struct mercury_dll_config dll;
struct touch_config touch;
};