bemanitools/src
icex2 bec007d52a fix(p3ioemu): Incorrect dispatching of unknown p3io commands
Using ddrhook1, this caused DDR X to crash on startup when the
P3io client sends the currently unknown command 2B. Handling it
with the incorrect p3io command struct, any following reading
attempts from the P3IO by the game fail.

Handle the 2B case explicitly with a generic response that worked
previously before the restructuring of the code. Apply the same
to any further unknown commands with improved logging warning
about this.
2023-11-30 20:33:36 +01:00
..
imports feat(iidx19): imagefs override strategy with local file redir 2023-04-06 15:39:53 +02:00
main fix(p3ioemu): Incorrect dispatching of unknown p3io commands 2023-11-30 20:33:36 +01:00
test chore: Apply code formatting on entire codebase for consistent style 2023-04-06 15:39:53 +02:00