mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Add FileMonitor support for VolumeDirectory
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user