mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
rsx: Fix endianness order when immediate mode register is updated, but used as register lookup
- Simplify the code by unifying all the register-backed memory
This commit is contained in:
parent
9acaee563b
commit
6399833182
7 changed files with 54 additions and 48 deletions
|
@ -226,7 +226,10 @@ namespace rsx
|
|||
const auto vtype = vertex_data_type_from_element_type<type>::type;
|
||||
|
||||
if (rsx->in_begin_end)
|
||||
{
|
||||
// Update to immediate mode register/array, aliasing with the register view
|
||||
rsx->append_to_push_buffer(attribute_index, count, vertex_subreg, vtype, arg);
|
||||
}
|
||||
|
||||
auto& info = rsx::method_registers.register_vertex_info[attribute_index];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue