mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
rsx: reenable frame capture
Likely commented out by accident.
This commit is contained in:
parent
d153575e59
commit
31a925b4f0
1 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ namespace rsx
|
||||||
color_index_to_record = { 0, 1, 2, 3 };
|
color_index_to_record = { 0, 1, 2, 3 };
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* for (size_t i : color_index_to_record)
|
for (size_t i : color_index_to_record)
|
||||||
{
|
{
|
||||||
draw_state.color_buffer[i].width = clip_w;
|
draw_state.color_buffer[i].width = clip_w;
|
||||||
draw_state.color_buffer[i].height = clip_h;
|
draw_state.color_buffer[i].height = clip_h;
|
||||||
|
@ -364,7 +364,7 @@ namespace rsx
|
||||||
draw_state.stencil.height = clip_h;
|
draw_state.stencil.height = clip_h;
|
||||||
draw_state.stencil.data.resize(clip_w * clip_h * 4);
|
draw_state.stencil.data.resize(clip_w * clip_h * 4);
|
||||||
copy_stencil_buffer_to_memory(draw_state.stencil.data.data());
|
copy_stencil_buffer_to_memory(draw_state.stencil.data.data());
|
||||||
}*/
|
}
|
||||||
draw_state.programs = get_programs();
|
draw_state.programs = get_programs();
|
||||||
draw_state.name = name;
|
draw_state.name = name;
|
||||||
frame_debug.draw_calls.push_back(draw_state);
|
frame_debug.draw_calls.push_back(draw_state);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue