1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-24 13:30:09 +01:00
segatools-dniel97/board/vfd.h
2024-02-06 12:34:11 +01:00

11 lines
153 B
C

#pragma once
#include <windows.h>
struct vfd_config {
bool enable;
};
HRESULT vfd_hook_init(const struct vfd_config *cfg, unsigned int port_no);