Skip to content

Turnip A8XX v12

Choose a tag to compare

@github-actions github-actions released this 12 Jan 19:35
· 44 commits to main since this release
a21f09a

Turnip Vulkan driver library Release V12

Files:

  • gen8-hacks - main branch (upstream MR + hacks applied)
  • gen8-yuck - branch with some commits reverted to gain back perf in RDR2. Probably useless at this point

Settings:

  • Disable DXVK_HUD
  • Enable swapchain blit path to workaround corrupted image on Android: WRAPPER_BLIT=1
  • Activate sysmem on A830 - everything will hang/crash/etc without: TU_DEBUG=sysmem. Not required on A840/A825.
    this is because A830 config has invalid gmem attribute values - these will be fixed soon
  • If too unstable - activate nolrz: TU_DEBUG=nolrz or TU_DEBUG=sysmem,nolrz if A830.

Changes:

  • The upstream MR is now ready to merge! (the "Draft" status is no more)
  • More upstream commits