Rewrite callback handling, part 1. All sorts of other fixes too.

This commit is contained in:
Henrik Rydgard
2012-11-06 15:46:46 +01:00
parent 91eeed6408
commit c61d10363a
26 changed files with 642 additions and 426 deletions
+1 -1
View File
@@ -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;