board/io4.c: add configuration section to enable/disable emulation

This commit is contained in:
2020-10-07 17:26:12 +00:00
parent e677a1b4f3
commit cd5ae172b8
9 changed files with 36 additions and 6 deletions

View File

@ -2,4 +2,6 @@
#include <windows.h>
HRESULT mu3_io4_hook_init(void);
#include "board/io4.h"
HRESULT mu3_io4_hook_init(const struct io4_config *cfg);