P3IO emu bugfix, fixes ddrhook1 crashing on startup #274

Merged
icex2 merged 2 commits from p3io-emu-bugfix into master 2023-11-30 22:33:36 +03:00
icex2 commented 2023-11-28 17:35:24 +03:00 (Migrated from github.com)

Related issue: #270

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.

Related issue: #270 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.
icex2 commented 2023-11-28 17:42:02 +03:00 (Migrated from github.com)

Remark: This should fix boot issues on all games using the p3io currently, e.g. all DDR games.

Remark: This should fix boot issues on all games using the p3io currently, e.g. all DDR games.
icex2 commented 2023-11-30 22:33:30 +03:00 (Migrated from github.com)

Review and approval in internal dev chat.

Review and approval in internal dev chat.
Sign in to join this conversation.