mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
rsx: Minor optimizations
This commit is contained in:
parent
a5500ebfa4
commit
bd297d079d
6 changed files with 46 additions and 10 deletions
|
@ -1190,6 +1190,11 @@ namespace rsx
|
|||
registers[reg] = value;
|
||||
}
|
||||
|
||||
bool rsx_state::test(u32 reg, u32 value) const
|
||||
{
|
||||
return registers[reg] == value;
|
||||
}
|
||||
|
||||
namespace method_detail
|
||||
{
|
||||
template<int Id, int Step, int Count, template<u32> class T, int Index = 0>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue