mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-24 05:20:10 +01:00
bc297b2480
Going to add some ALLS stuff to libplatform and the ALLS hardware does not contain an AMEX board.
8 lines
123 B
C
8 lines
123 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
HRESULT nvram_open_file(HANDLE *out, wchar_t *path, size_t size);
|