Add FileMonitor support for VolumeDirectory

This commit is contained in:
JosJuice 2014-12-27 20:13:31 +01:00
parent 339383b8dd
commit 7f04a23e23
2 changed files with 6 additions and 2 deletions

View file

@ -92,7 +92,7 @@ void ReadFileSystem(const std::string& filename)
FileAccess = true;
}
// Check if we should play this file
// Logs a file if it passes a few checks
void CheckFile(const std::string& file, u64 size)
{
// Don't do anything if the log is unselected