added touch emulator

This commit is contained in:
2022-01-04 03:46:30 -05:00
committed by Hay1tsme
parent 82f6daf2c6
commit 72c4c09caa
7 changed files with 198 additions and 4 deletions

View File

@ -14,9 +14,6 @@ void mercury_io_config_load(
struct mercury_io_config *cfg,
const wchar_t *filename)
{
wchar_t key[16];
int i;
assert(cfg != NULL);
assert(filename != NULL);