nu/sram.c: Add emulated SRAM device

This commit is contained in:
Tau
2018-11-07 20:03:25 -05:00
parent 5aaab2879d
commit 920328bc9e
4 changed files with 133 additions and 0 deletions

12
nu/sram.h Normal file
View File

@ -0,0 +1,12 @@
#pragma once
#include <windows.h>
DEFINE_GUID(
sram_guid,
0x741B5FCA,
0x4635,
0x4443,
0xA7, 0xA0, 0x57, 0xCA, 0x7B, 0x50, 0x6A, 0x49);
HRESULT sram_hook_init(void);