mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Fix tabs
This commit is contained in:
parent
fcefbf26c6
commit
d86858da64
11 changed files with 32 additions and 34 deletions
|
@ -434,8 +434,8 @@ namespace rsx
|
|||
u16 clip_w = std::min(method_registers.blit_engine_clip_width(), out_w);
|
||||
u16 clip_h = std::min(method_registers.blit_engine_clip_height(), out_h);
|
||||
|
||||
u16 clip_x = method_registers.blit_engine_clip_x();
|
||||
u16 clip_y = method_registers.blit_engine_clip_y();
|
||||
u16 clip_x = method_registers.blit_engine_clip_x();
|
||||
u16 clip_y = method_registers.blit_engine_clip_y();
|
||||
|
||||
if (clip_w == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue