mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Stop resizing columns for the fetch constants
This commit is contained in:
parent
e565bafdab
commit
1078d21bd2
1 changed files with 0 additions and 1 deletions
|
|
@ -1473,7 +1473,6 @@ void TraceViewer::DrawStateUI() {
|
|||
}
|
||||
if (ImGui::CollapsingHeader("Fetch Constants (raw)")) {
|
||||
ImGui::Columns(2);
|
||||
ImGui::SetColumnOffset(1, 85.0f);
|
||||
for (int i = XE_GPU_REG_SHADER_CONSTANT_FETCH_00_0;
|
||||
i <= XE_GPU_REG_SHADER_CONSTANT_FETCH_31_5; ++i) {
|
||||
ImGui::Text("f%02d_%d", (i - XE_GPU_REG_SHADER_CONSTANT_FETCH_00_0) / 6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue