I noticed a major regression of the dashboards rendering in the newer commits after 7/28/2019 that has caused UnleashX and the MS Dash to not render properly. I've attached some screenshots showing how that on the 7/28/2019 build it renders properly and I can load games and everything...but, on any of the most recent builds 8/3/2019 included. when booting into the dashboard there is major vertex explosion on the right side of the screen where all the fonts and tabs are listed.
I'll see if I can capture some screen footage as well to show it in action.


This is a known issue, it also effects the 5849 XDK samples: It's a vertex-shader problem.
It's good to have a report on this, to track it with
It's probably caused by one of the commits that got merged with this PR : https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/commit/f62030a5481640f3624de45183d3ab9f9d6914b1
Please consider using only images of officially released dashboards and changing the title.
Updated title to explain the issue.
Known Titles Affected: All 5849 XDK samples, UnleashX.
https://github.com/LukeUsher/Cxbx-Reloaded/tree/vsh-screen-space-transform was intended to address this issue, but it is incomplete/doesn't work for all titles yet.
CSI is an affected title
Screenshot

IIRC fixed since HLSL port https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/1801
Fixed as of #1801