mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 06:48:33 +00:00
Add FileMonitor support for VolumeDirectory
This commit is contained in:
parent
339383b8dd
commit
7f04a23e23
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue