[WIP][DONT MERGE][DRAFT][STAGING]Lakka 6.2 switch fixes#2221
Draft
GavinDarkglider wants to merge 12 commits into
Draft
[WIP][DONT MERGE][DRAFT][STAGING]Lakka 6.2 switch fixes#2221GavinDarkglider wants to merge 12 commits into
GavinDarkglider wants to merge 12 commits into
Conversation
0a5e1f2 to
4e2283f
Compare
6e24747 to
68f0977
Compare
Adjusts for screen rotation stutter workaround Fixes issue when using upfs where we didnt have permission to save bluez configs
ece7250 to
bf0b992
Compare
…while also supplying battery statistics
L4T: Busybox: Clean out font setting to non-exestant fonts in init script
1.mgba cores and add 2. add sensor fix patch for retroarch feom upstream.
bf0b992 to
2c2f769
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
STAGING: DO NOT MERGE: WIP: FIXES FOR 6.2 RELEASE.
This includes a ton of fixes for frame pacing and tearing issues in Nvidia driver stack. This will require a full rebuild to get changes for packages I can't change versions of easily.
Packages that would absolutely need cleaned
linux, busybox, tegra-bsp, switch-bsp, bluez, switch-bootloader.
What this fixes:
All screen tearing.(Vulkan and GL)
Nvidia frame pacing issue.
Issues with Bluetooth devices not being disconnected properly when put into sleep mode, or shut down/reboot
With new screen rotation patches that fix frame pacing issue we can also put updater on screen. So now update process is shown to user
Fixes an issue when using upfs Bluetooth path was not writable by bluez.
I think this concludes all major distro issues. Everything else will be in retroarch, and/or retroarch cores. Or be kernel patches, and changes to match.
Will require full rebuild to implement all changes.