mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Correctly unload GE framedumps. Additionally, look up the title when possible and show in titlebar.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
BlobFileSystem::BlobFileSystem(IHandleAllocator *hAlloc, FileLoader *fileLoader, std::string alias)
|
||||
: alloc_(hAlloc), fileLoader_(fileLoader), alias_(alias) {
|
||||
NOTICE_LOG(Log::FileSystem, "%s", fileLoader->GetPath().c_str());
|
||||
}
|
||||
|
||||
BlobFileSystem::~BlobFileSystem() {
|
||||
|
||||
Reference in New Issue
Block a user