mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
Code readability, vec reserve() and remove excess c_str()
This commit is contained in:
@@ -329,7 +329,7 @@ int VirtualDiscFileSystem::OpenFile(std::string filename, FileAccess access, con
|
||||
entry.size = 0;
|
||||
entry.startOffset = 0;
|
||||
|
||||
if (filename == "")
|
||||
if (filename.empty())
|
||||
{
|
||||
entry.type = VFILETYPE_ISO;
|
||||
entry.fileIndex = -1;
|
||||
|
||||
Reference in New Issue
Block a user