Fix/miscellaneous - #754
Merged
Merged
Conversation
- AHB import chose its red/blue view swizzle from a CPU-upload capability probe, which says nothing about a gralloc buffer's channel order, so every imported guest buffer was swizzled wherever BGRA8 is sampled-capable. It now keys off the buffer's own gralloc format. - Wrapper tarballs extract against a usr/lib/.wrapper_state marker keyed to the app version, instead of only on first boot for the stock wrapper and on every single launch for leegao and gamenative. - A throw anywhere in the launch chain was logged and dropped by the background uncaught handler, leaving the preloader up forever. It now closes the preloader and reports, without tearing down a session that may still be alive. - The launch graphics driver config is overlaid on the shipped defaults, so a shortcut config saved by an older build can no longer throw on a missing key or send the literal string "null" to the wrapper. - Shortcut inputType parses tolerantly instead of through Byte.parseByte. - The GPUInformation probes no longer leak a VkInstance and a dlopen handle on their failure paths.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
No description provided.