Skip to content

Fix/miscellaneous - #754

Merged
maxjivi05 merged 2 commits into
WinNative-Emu:mainfrom
maxjivi05:fix/miscellaneous
Sep 13, 2026
Merged

Fix/miscellaneous#754
maxjivi05 merged 2 commits into
WinNative-Emu:mainfrom
maxjivi05:fix/miscellaneous

Conversation

@maxjivi05

Copy link
Copy Markdown
Contributor

No description provided.

- 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.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@maxjivi05
maxjivi05 merged commit b528f84 into WinNative-Emu:main Sep 13, 2026
5 checks passed
@maxjivi05
maxjivi05 deleted the fix/miscellaneous branch September 13, 2026 13:47
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.

1 participant