mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Fix some variable hiding warnings.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user