Skip to content

add some inputs and outputs as well as osd_file socket fix #13852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SailorSat
Copy link
Contributor

  • added "seat" input as mappable control to harddriv/racedriv.
  • added drive command output for gticlub hardware.
  • added outputs to namcos22
  • made osd_socket accepts to return the same as reading with 0 bytes available, instead of returning no-error 0, which might be confused with end-of-stream.

( this is a spin-off of #13421 )

- added "seat" input as mappable control to harddriv/racedriv.
- added drive command output for gticlub hardware.
- added outputs to namcos22
- made osd_socket accepts to return the same as reading with 0 bytes available, instead of returning no-error 0, which *might* be confused with end-of-stream.
return error::NONE;
return error::FAILURE;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t think this will compile at all – note that osd_file::error no longer exists at all, and this class no longer implements osd_file properly. It’s probably better not to change it at all unless you’re going to test that it actually still builds for WinRT partition.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still the behaviour should be identical to the other osd_file socket implementations, right?
It it does not build right now, the change won't hurt anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants