mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
Improve narrow() and size32() with src_loc detection
This commit is contained in:
parent
e055d16b2c
commit
5d934c8759
16 changed files with 69 additions and 48 deletions
|
@ -241,7 +241,7 @@ namespace rsx
|
|||
}
|
||||
break;
|
||||
default:
|
||||
::narrow(tile->comp, "tile->comp" HERE);
|
||||
::narrow(tile->comp);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -290,7 +290,7 @@ namespace rsx
|
|||
}
|
||||
break;
|
||||
default:
|
||||
::narrow(tile->comp, "tile->comp" HERE);
|
||||
::narrow(tile->comp);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue