Fix some variable hiding warnings.
This commit is contained in:
parent
c8716d9a02
commit
008052e6d6
8 changed files with 12 additions and 19 deletions
|
@ -558,7 +558,6 @@ PSPFileInfo VirtualDiscFileSystem::GetFileInfo(std::string filename) {
|
|||
|
||||
x.size = File::GetSize(fullName);
|
||||
|
||||
int fileIndex = getFileListIndex(filename);
|
||||
x.startSector = fileList[fileIndex].firstBlock;
|
||||
x.numSectors = (x.size+2047)/2048;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue