1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-12 04:40:46 +01:00
segatools-hay1tsme/amex/nvram.h

8 lines
129 B
C
Raw Normal View History

#pragma once
#include <windows.h>
#include <stddef.h>
2019-05-04 19:12:20 +02:00
HRESULT nvram_open_file(HANDLE *out, const wchar_t *path, size_t size);