segatools/games/cxbhook
グローランプ 21e5238b0a aimeio: Implement full aime reader function in aimeio (#94)
This PR implements the missing NFC, FeliCa, and Mifare command handlers in `aimeio`. This expands the reader's capability to support games and tools that utilize these specific radio functions.

**Changes:**
* Implemented NFC radio control functions.
* Added MIFARE and FeliCa command handling.
* Updated `aimeio` DLL exports and hook definitions.

**Testing Status:**
* I have verified the implementation using a virtual `aimeio` test environment, and the command handling works as expected.
   But I currently do not have access to a physical card reader, so haven't been able to verify the behavior on actual hardware yet.

Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/94
Co-authored-by: グローランプ <130208311+Gl0w1amp@users.noreply.github.com>
Co-committed-by: グローランプ <130208311+Gl0w1amp@users.noreply.github.com>
2026-02-08 11:01:01 +00:00
..
config.c Add setting to only allow game input in foreground (#83) 2025-11-12 22:33:32 +00:00
config.h refactor all common parts and games 2025-04-17 19:40:40 +02:00
cxb-dll.c refactor all common parts and games 2025-04-17 19:40:40 +02:00
cxb-dll.h refactor all common parts and games 2025-04-17 19:40:40 +02:00
cxbhook.def aimeio: Implement full aime reader function in aimeio (#94) 2026-02-08 11:01:01 +00:00
dllmain.c Add setting to only allow game input in foreground (#83) 2025-11-12 22:33:32 +00:00
led.c refactor all common parts and games 2025-04-17 19:40:40 +02:00
led.h refactor all common parts and games 2025-04-17 19:40:40 +02:00
meson.build refactor all common parts and games 2025-04-17 19:40:40 +02:00
revio.c Add setting to only allow game input in foreground (#83) 2025-11-12 22:33:32 +00:00
revio.h Add setting to only allow game input in foreground (#83) 2025-11-12 22:33:32 +00:00