mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 05:15:17 +00:00
CppCheck: Tried to classify and marked some lines that weird.
This commit is contained in:
parent
cd23a2ecaf
commit
900389d857
7 changed files with 7 additions and 1 deletions
|
|
@ -168,6 +168,7 @@ next:
|
|||
|
||||
goto next;
|
||||
}
|
||||
// TODO:: Syphurith: Orz. The if condition above is same with this one, so this would not be executed.
|
||||
else if (vdec.reader.size < (u32)buf_size)
|
||||
{
|
||||
buf_size = vdec.reader.size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue