mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
More carefully check defines for endianness.
This commit is contained in:
@@ -702,7 +702,7 @@ VirtualDiscFileSystem::VirtualDiscFileSystem(IHandleAllocator *_hAlloc, std::str
|
||||
|
||||
VirtualDiscFileSystem::~VirtualDiscFileSystem() {
|
||||
for (auto iter = entries.begin(); iter != entries.end(); ++iter) {
|
||||
if (!iter->second.type != VFILETYPE_ISO)
|
||||
if (iter->second.type != VFILETYPE_ISO)
|
||||
iter->second.hFile.Close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user