mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
virtfs: Log properly on handler load failure.
This commit is contained in:
@@ -831,6 +831,8 @@ VirtualDiscFileSystem::Handler::Handler(const char *filename, VirtualDiscFileSys
|
||||
dlclose(library);
|
||||
library = NULL;
|
||||
}
|
||||
} else {
|
||||
ERROR_LOG(FILESYS, "Unable to load handler: %s", filename);
|
||||
}
|
||||
#ifdef _WIN32
|
||||
#undef dlopen
|
||||
|
||||
Reference in New Issue
Block a user