mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-10 12:45:46 +00:00
nomedia, add comment text
This commit is contained in:
parent
2fac523e10
commit
eefef73141
@ -179,6 +179,7 @@ void CreateDirectories()
|
|||||||
File::CreateFullPath(File::GetUserPath(D_THEMES_IDX));
|
File::CreateFullPath(File::GetUserPath(D_THEMES_IDX));
|
||||||
File::CreateFullPath(File::GetUserPath(D_STYLES_IDX));
|
File::CreateFullPath(File::GetUserPath(D_STYLES_IDX));
|
||||||
#else
|
#else
|
||||||
|
// Disable media scanning in directories with a .nomedia file
|
||||||
File::CreateEmptyFile(File::GetUserPath(D_COVERCACHE_IDX) + DIR_SEP NOMEDIA_FILE);
|
File::CreateEmptyFile(File::GetUserPath(D_COVERCACHE_IDX) + DIR_SEP NOMEDIA_FILE);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user