forked from Dniel97/segatools
Drop aime_io_fini
This isn't used, and due to the way that the hook machinery works it is not likely to come into use later on either. Since we can't rely on existing implementations actually being correct, if it does somehow start being used then we will need to advance the aimeio API version in order to support it.
This commit is contained in:
parent
fb0fd41b6f
commit
ebef97e75a
@ -169,10 +169,6 @@ HRESULT aime_io_init(void)
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
void aime_io_fini(void)
|
||||
{
|
||||
}
|
||||
|
||||
HRESULT aime_io_nfc_poll(uint8_t unit_no)
|
||||
{
|
||||
bool sense;
|
||||
|
@ -9,7 +9,6 @@
|
||||
this DLL just yet unless you are prepared to deal with API breakages. */
|
||||
|
||||
HRESULT aime_io_init(void);
|
||||
void aime_io_fini(void);
|
||||
HRESULT aime_io_nfc_poll(uint8_t unit_no);
|
||||
HRESULT aime_io_nfc_get_aime_id(
|
||||
uint8_t unit_no,
|
||||
|
Loading…
Reference in New Issue
Block a user