mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Correct cleaning string and remove unused vars
This commit is contained in:
@@ -148,7 +148,7 @@ ISOFileSystem::ISOFileSystem(IHandleAllocator *_hAlloc, BlockDevice *_blockDevic
|
||||
if (!blockDevice->ReadBlock(16, (u8*)&desc))
|
||||
blockDevice->NotifyReadError();
|
||||
|
||||
entireISO.name = "";
|
||||
entireISO.name.clear();
|
||||
entireISO.isDirectory = false;
|
||||
entireISO.startingPosition = 0;
|
||||
entireISO.size = _blockDevice->GetNumBlocks();
|
||||
|
||||
Reference in New Issue
Block a user