Sources: Run clang-format on everything.
This commit is contained in:
parent
fe948af095
commit
dc8479928c
386 changed files with 19560 additions and 18080 deletions
|
@ -33,7 +33,7 @@ struct State {
|
|||
u32 raw;
|
||||
|
||||
// LUT value, encoded as 12-bit fixed point, with 12 fraction bits
|
||||
BitField< 0, 12, u32> value; // 0.0.12 fixed point
|
||||
BitField<0, 12, u32> value; // 0.0.12 fixed point
|
||||
|
||||
// Used by HW for efficient interpolation, Citra does not use these
|
||||
BitField<12, 12, s32> difference; // 1.0.11 fixed point
|
||||
|
@ -51,8 +51,8 @@ struct State {
|
|||
// Used for raw access
|
||||
u32 raw;
|
||||
|
||||
BitField< 0, 13, s32> difference; // 1.1.11 fixed point
|
||||
BitField<13, 11, u32> value; // 0.0.11 fixed point
|
||||
BitField<0, 13, s32> difference; // 1.1.11 fixed point
|
||||
BitField<13, 11, u32> value; // 0.0.11 fixed point
|
||||
};
|
||||
|
||||
std::array<LutEntry, 128> lut;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue