-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
frontend: Add support for TEB/Multitrack Video to macOS (arm64 only) #11440
frontend: Add support for TEB/Multitrack Video to macOS (arm64 only) #11440
Conversation
36502f5
to
467ade6
Compare
Configuration API support for macOS is now rolling out into production, within the next few days this PR should be testable by anyone. |
The server-side changes have now rolled out, so this PR can be tested by anybody who wishes to do so! |
467ade6
to
037e056
Compare
037e056
to
0ee9591
Compare
0ee9591
to
fa66f51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably add a license header to frontend/utility/system-info-macos.mm
. That need not be done here, but it would be fine to include here.
Prefix should be frontend:
.
@PatTheMav I'd appreciate a quick glance to make sure the includes/imports are as preferred.
fa66f51
to
aed7abe
Compare
aed7abe
to
6395e7a
Compare
6395e7a
to
843cc29
Compare
Description
Adds TEB support for macOS on Apple Silicon.
Motivation and Context
Want to support all users, including macOS/Linux (Linux tbd).
The small number of SKUs makes Apple Silicon easy, and since Intel Macs are losing support it seems fine to only support ARM.
Note: GetClientConfiguration API changes have not yet rolled out into production.
How Has This Been Tested?
Locally with Twitch staging environment.
Types of changes
Checklist: