mirror of
https://github.com/PabloMK7/citra.git
synced 2025-07-27 14:56:50 +00:00
VideoCore: Split rasterizer regs from Regs struct
This commit is contained in:
parent
97e06b0a0d
commit
000e78144c
14 changed files with 219 additions and 188 deletions
src/citra_qt/debugger/graphics
|
@ -359,7 +359,7 @@ void GraphicsVertexShaderWidget::DumpShader() {
|
|||
auto& config = Pica::g_state.regs.vs;
|
||||
|
||||
Pica::DebugUtils::DumpShader(filename.toStdString(), config, setup,
|
||||
Pica::g_state.regs.vs_output_attributes);
|
||||
Pica::g_state.regs.rasterizer.vs_output_attributes);
|
||||
}
|
||||
|
||||
GraphicsVertexShaderWidget::GraphicsVertexShaderWidget(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue