Improve narrow() and size32() with src_loc detection

This commit is contained in:
Nekotekina 2020-12-09 16:03:15 +03:00
parent e055d16b2c
commit 5d934c8759
16 changed files with 69 additions and 48 deletions

View file

@ -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);
}
}