diff options
| author | JosJuice <josjuice@gmail.com> | 2014-12-27 20:13:31 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2014-12-27 20:13:31 +0100 |
| commit | 7f04a23e23ac00d1076f9b37ba7b0cd52744f1b7 (patch) | |
| tree | 8d673061d8d95c7bcf431491e27cf686fd9946c2 /Source/Core/DiscIO/FileMonitor.cpp | |
| parent | 339383b8dd44dc6f196fbb16d55b72a4882d2a7f (diff) | |
Add FileMonitor support for VolumeDirectory
Diffstat (limited to 'Source/Core/DiscIO/FileMonitor.cpp')
| -rw-r--r-- | Source/Core/DiscIO/FileMonitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/FileMonitor.cpp b/Source/Core/DiscIO/FileMonitor.cpp index 16c110716e..0cb561728a 100644 --- a/Source/Core/DiscIO/FileMonitor.cpp +++ b/Source/Core/DiscIO/FileMonitor.cpp @@ -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 |
