mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00: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