mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
d3d12: restore working graphics
This commit is contained in:
parent
6399833182
commit
85d38b5751
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ void D3D12GSRender::load_program()
|
||||||
return std::make_tuple(true, native_pitch);
|
return std::make_tuple(true, native_pitch);
|
||||||
};
|
};
|
||||||
|
|
||||||
get_current_vertex_program({}, true);
|
get_current_vertex_program({}, true, false);
|
||||||
get_current_fragment_program_legacy(rtt_lookup_func);
|
get_current_fragment_program_legacy(rtt_lookup_func);
|
||||||
|
|
||||||
if (!current_fragment_program.valid)
|
if (!current_fragment_program.valid)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue