mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 11:15:20 +02:00
Add "GetFileInfoByHandle" function to (many) file systems
This commit is contained in:
@@ -101,6 +101,10 @@ PSPFileInfo BlobFileSystem::GetFileInfo(std::string filename) {
|
||||
return info;
|
||||
}
|
||||
|
||||
PSPFileInfo BlobFileSystem::GetFileInfoByHandle(u32 handle) {
|
||||
return GetFileInfo("");
|
||||
}
|
||||
|
||||
bool BlobFileSystem::OwnsHandle(u32 handle) {
|
||||
auto entry = entries_.find(handle);
|
||||
return entry != entries_.end();
|
||||
|
||||
Reference in New Issue
Block a user