mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-26 16:54:50 +02:00
Little things
back 1 other little change, join 2 in 1
This commit is contained in:
@@ -814,8 +814,7 @@ void ISOFileSystem::DoState(PointerWrap &p)
|
||||
bool hasFile = of.file != NULL;
|
||||
p.Do(hasFile);
|
||||
if (hasFile) {
|
||||
std::string path = "";
|
||||
path = EntryFullPath(of.file);
|
||||
std::string path = EntryFullPath(of.file);
|
||||
p.Do(path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user