mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Minor fixes
This commit is contained in:
parent
bb63ec0c83
commit
f92c10ef71
16 changed files with 150 additions and 161 deletions
|
@ -156,7 +156,7 @@ public:
|
|||
return out_result;
|
||||
}
|
||||
|
||||
void push_logical_or(u32 value)
|
||||
void push_bit_or(u32 value)
|
||||
{
|
||||
sync_var._or({ 1, value });
|
||||
}
|
||||
|
@ -550,7 +550,7 @@ public:
|
|||
{
|
||||
if (snr_config & 1)
|
||||
{
|
||||
ch_snr1.push_logical_or(value);
|
||||
ch_snr1.push_bit_or(value);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -561,7 +561,7 @@ public:
|
|||
{
|
||||
if (snr_config & 2)
|
||||
{
|
||||
ch_snr2.push_logical_or(value);
|
||||
ch_snr2.push_bit_or(value);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue