mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
[rsx/wip] Fix counting error again!
This commit is contained in:
parent
02bb79e245
commit
0190c0e9d3
1 changed files with 2 additions and 2 deletions
|
|
@ -149,9 +149,9 @@ union D3
|
|||
|
||||
struct
|
||||
{
|
||||
u32 : 22;
|
||||
u32 : 24;
|
||||
u32 brb_cond_true : 1;
|
||||
u32 : 6;
|
||||
u32 : 4;
|
||||
u32 iaddrl : 3;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue