This website requires JavaScript.
Explore
Help
Sign In
Tendokyu
/
segatools-dniel97
Watch
1
Star
0
Fork
0
You've already forked segatools-dniel97
mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced
2024-11-11 23:17:08 +01:00
Code
Releases
Activity
924c1d8fdb
segatools-dniel97
/
board
/
sg-reader.h
6 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
board/sg-reader.c: Factor out NFC ass'y emu Combine the NFC module emulator with the LED module emulator and a virtual UART to build a higher-level reusable building block.
2019-02-26 19:47:41 +01:00
#
pragma once
#
include
<windows.h>
board/sg-reader.c: Streamline further Remove remaining pointless boilerplate, turn it into a free- standing hook, since its aimeio.dll dependency forces it to be a singleton anyway.
2019-05-03 23:21:38 +02:00
HRESULT
sg_reader_hook_init
(
unsigned
int
port_no
)
;
Copy Permalink