mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Fix some warnings.
This commit is contained in:
@@ -268,7 +268,7 @@ int VirtualDiscFileSystem::getFileListIndex(std::string& fileName)
|
||||
|
||||
fileList.push_back(entry);
|
||||
|
||||
return fileList.size()-1;
|
||||
return (int)fileList.size()-1;
|
||||
}
|
||||
|
||||
int VirtualDiscFileSystem::getFileListIndex(u32 accessBlock, u32 accessSize, bool blockMode)
|
||||
|
||||
Reference in New Issue
Block a user