nu/ds.c: Add emulated DS EEPROM device

This commit is contained in:
Tau
2018-11-07 20:04:54 -05:00
parent 7cf0914092
commit 935b1c2c12
4 changed files with 236 additions and 0 deletions

12
nu/ds.h Normal file
View File

@ -0,0 +1,12 @@
#pragma once
#include <windows.h>
DEFINE_GUID(
ds_guid,
0x279A9F67,
0x348F,
0x41C9,
0xA4, 0xC4, 0xDF, 0xDB, 0x8A, 0xE8, 0xE5, 0xE0);
HRESULT ds_hook_init(void);