Skip to content
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

qt: Add support for Haiku #2214

Merged
merged 2 commits into from Mar 11, 2022
Merged

qt: Add support for Haiku #2214

merged 2 commits into from Mar 11, 2022

Conversation

Copy link
Contributor

@Cacodemon345 Cacodemon345 commented Mar 11, 2022

Summary

  • OpenAL backend is enabled by default on Haiku
  • bswap include now makes use of builtins if they exist
  • Use a local fgetws method for Haiku to avoid crashes
  • OpenGL renderers are completely disabled on Haiku (they do not work)
  • Software renderer is a widget, not a window on Haiku (fixes blank screen)
  • Add option to disable System MIDI at compile time

Checklist

References

The BeOS/Haiku API documentation.

* OpenAL backend is enabled by default on Haiku
* bswap include now makes use of builtins if they exist
* Use a local fgetws method for Haiku to avoid crashes
* OpenGL renderers are completely disabled on Haiku (they do not work)
* Software renderer is a widget, not a window on Haiku (fixes blank screen)
* Add option to disable System MIDI at compile time
@dhrdlicka
Copy link
Contributor

@dhrdlicka dhrdlicka commented Mar 11, 2022

I am not too convinced whether it's really worth mainlining.

@Cacodemon345
Copy link
Contributor Author

@Cacodemon345 Cacodemon345 commented Mar 11, 2022

I mean the API has been unchanged from that of BeOS and won't be changed before R1.

@OBattler OBattler merged commit c1ccee6 into 86Box:master Mar 11, 2022
34 of 38 checks passed
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.

None yet

3 participants