mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Fix almost all GCC warnings
This commit is contained in:
parent
6786734d95
commit
038148bf06
19 changed files with 30 additions and 38 deletions
|
|
@ -1069,7 +1069,7 @@ namespace rsx
|
|||
u32 dst_dma = 0;
|
||||
rsx::blit_engine::transfer_destination_format dst_color_format;
|
||||
u32 out_pitch = 0;
|
||||
u32 out_alignment = 64;
|
||||
[[maybe_unused]] u32 out_alignment = 64;
|
||||
bool is_block_transfer = false;
|
||||
|
||||
switch (method_registers.blit_engine_context_surface())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue