-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Revert "Add capture using WinRT Windows.Graphics.Capture API." #2320
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
Conversation
This reverts commit 8f1692a.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## nightly #2320 +/- ##
========================================
Coverage 6.09% 6.10%
========================================
Files 86 85 -1
Lines 18518 18300 -218
Branches 8404 8316 -88
========================================
- Hits 1129 1117 -12
+ Misses 16262 16076 -186
+ Partials 1127 1107 -20
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
I like the plan. Can we pursue C++20 for all platforms, not just Windows, if it's being done in isolation? Then I suppose I should start with two pull requests:
and if both are merged with no issue, THEN I can apply the WGC change, which depends on both. |
|
@ReenigneArcher I can start once you merge this revert. |
|
Okay, thanks for your understanding. |
…rdByte#2320) This reverts commit 2af0ce3.
…." (LizardByte#2320)" This reverts commit d2e69ad.
Description
Reverts #2149
Due to many bugs, such as:
These issues are likely caused by changing from MINGW64 to UCRT64, or possibly from changing from C++17 to C++20.
@tez011 FYI. I think we should break your PR into two parts, or maybe 3 parts.
Screenshot
Issues Fixed or Closed
Type of Change
.github/...)Checklist
Branch Updates
LizardByte requires that branches be up-to-date before merging. This means that after any PR is merged, this branch
must be updated before it can be merged. You must also
Allow edits from maintainers.