fix: clang format
This commit is contained in:
parent
e5a954617b
commit
18baf880c4
95 changed files with 257 additions and 258 deletions
|
|
@ -94,8 +94,8 @@ void SwizzleSurface(std::span<u8> output, u32 out_stride, std::span<const u8> in
|
|||
} // namespace
|
||||
|
||||
Vic::Vic(Host1x& host1x_, s32 id_, u32 syncpt, FrameQueue& frame_queue_)
|
||||
: CDmaPusher{host1x_, id_}, id{id_}, syncpoint{syncpt}, frame_queue{frame_queue_},
|
||||
has_sse41{HasSSE41()} {
|
||||
: CDmaPusher{host1x_, id_}, id{id_}, syncpoint{syncpt},
|
||||
frame_queue{frame_queue_}, has_sse41{HasSSE41()} {
|
||||
LOG_INFO(HW_GPU, "Created vic {}", id);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue