mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
nomedia, add comment text
This commit is contained in:
@ -179,6 +179,7 @@ void CreateDirectories()
|
||||
File::CreateFullPath(File::GetUserPath(D_THEMES_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_STYLES_IDX));
|
||||
#else
|
||||
// Disable media scanning in directories with a .nomedia file
|
||||
File::CreateEmptyFile(File::GetUserPath(D_COVERCACHE_IDX) + DIR_SEP NOMEDIA_FILE);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user