mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 21:23:29 +02:00
Merge pull request #22230 from hrydgard/sceFont-install-fonts
Install sceFont fonts off the disc when we don't have them in the NAND folder
This commit is contained in:
@@ -349,6 +349,11 @@ const ISOFileSystem::TreeEntry *ISOFileSystem::GetFromPath(std::string_view path
|
||||
if (pathLength <= pathIndex)
|
||||
return treeroot;
|
||||
|
||||
if (!treeroot) {
|
||||
// The constructor gave up - no ISO9660 volume descriptor, or it wouldn't read.
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
TreeEntry *entry = treeroot;
|
||||
while (true) {
|
||||
if (!entry->valid) {
|
||||
|
||||
Reference in New Issue
Block a user