forked from TeamTofuShop/segatools
add almost full vfd implementation
This commit is contained in:
@ -4,7 +4,10 @@
|
||||
|
||||
struct vfd_config {
|
||||
bool enable;
|
||||
int port;
|
||||
bool utf_conversion;
|
||||
};
|
||||
|
||||
|
||||
HRESULT vfd_hook_init(const struct vfd_config *cfg, unsigned int port_no);
|
||||
HRESULT vfd_hook_init(struct vfd_config *cfg);
|
||||
|
||||
|
Reference in New Issue
Block a user