Tau
|
1b93551a41
|
hooklib: Split out of util
This is distinct from capnhook's hooklib, although the intent is
the same. Hopefully these two libraries sharing a name won't get
too confusing...
|
2019-05-14 17:13:08 -04:00 |
|
Tau
|
b172c22322
|
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 21:23:21 -04:00 |
|
Tau
|
025102fc58
|
Remove PCH source files
Deprecated in newer versions of Meson.
|
2019-05-01 21:17:30 -04:00 |
|
Tau
|
27663b4b19
|
board/sg-reader.c: Push down aimeio.dll calls
This is kind of a layer break but the alternative is way too much
boilerplate to deal with.
|
2019-03-16 11:42:36 -04:00 |
|
Tau
|
243914f23a
|
cardhook/_com12.c: Rebase onto sg-reader
|
2019-02-26 13:52:45 -05:00 |
|
Tau
|
662bfa55ec
|
aimeio: Factor out emulated reader assembly app logic
|
2019-02-26 13:49:29 -05:00 |
|
Tau
|
2cbb18604b
|
board/sg-led.c: Remove error path from update cmd
No way to return it to the host application anyway since this
command is unacknowledged.
|
2019-02-26 13:49:29 -05:00 |
|
Tau
|
8606d17699
|
board/sg-nfc.c: Pass UID consistently
If we receive it from the upper ops layer then we should send it
back as well.
|
2019-02-26 13:49:29 -05:00 |
|
Tau
|
ee011a74d4
|
Make dprintfs 64-bit clean
|
2018-12-17 17:34:50 -05:00 |
|
Tau
|
755be05603
|
board/sg-nfc.c: Use non-hardcoded UID
Turns out this does in fact vary between cards, even though its
actual value is unimportant.
|
2018-12-17 17:34:50 -05:00 |
|
Tau
|
51e4eca7dd
|
Add MSVC PCH support
|
2018-11-23 18:25:22 -05:00 |
|
Tau
|
9ec0fbf957
|
Suppress hook DLL exports
|
2018-11-23 18:12:36 -05:00 |
|
Tau
|
55c68c8094
|
cardhook: Wire up aimeReaderHost hook
This is an external AiMe driver process that is only used by
Chunithm AFAIK. The wiring can be easily re-used for other games.
|
2018-11-20 20:33:17 -05:00 |
|