mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
rsx: reduce size flattening_helper 20 to 16 bytes for 64-bit platforms
This commit is contained in:
parent
2afd7707fe
commit
f97252a4f2
1 changed files with 1 additions and 1 deletions
|
@ -109,8 +109,8 @@ namespace rsx
|
||||||
bool in_begin_end = false;
|
bool in_begin_end = false;
|
||||||
|
|
||||||
bool enabled = false;
|
bool enabled = false;
|
||||||
u32 num_collapsed = 0;
|
|
||||||
optimization_hint fifo_hint = unknown;
|
optimization_hint fifo_hint = unknown;
|
||||||
|
u32 num_collapsed = 0;
|
||||||
|
|
||||||
void reset(bool _enabled);
|
void reset(bool _enabled);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue