mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Rewrite callback handling, part 1. All sorts of other fixes too.
This commit is contained in:
@@ -81,7 +81,7 @@ bool DirectoryFileSystem::DeleteFile(const std::string &filename)
|
||||
u32 DirectoryFileSystem::OpenFile(std::string filename, FileAccess access)
|
||||
{
|
||||
std::string fullName = GetLocalPath(filename);
|
||||
INFO_LOG(HLE,"Actually opening %s",fullName.c_str());
|
||||
INFO_LOG(HLE,"Actually opening %s (%s)", fullName.c_str(), filename.c_str());
|
||||
|
||||
OpenFileEntry entry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user