rsx: Refactor rsx_decode.h and bugfixes

This commit is contained in:
Eladash 2019-07-07 11:53:07 +03:00 committed by kd-11
parent db4bc6f6be
commit d57b4dc8f3
5 changed files with 859 additions and 1208 deletions

File diff suppressed because it is too large Load diff

View file

@ -493,7 +493,7 @@ namespace rsx
using decoded_type = typename registers_decoder<opcode>::decoded_type;
template<u32 opcode>
decoded_type<opcode> decode() const
const decoded_type<opcode> decode() const
{
u32 register_value = registers[opcode];
return decoded_type<opcode>(register_value);