Settings: Don't create dumps/audio in userdir

Was replaced by media capture.
This commit is contained in:
Stenzek 2024-10-01 23:06:32 +10:00
parent 785692dbe1
commit 4d5e0b6c54
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -2240,7 +2240,6 @@ bool EmuFolders::EnsureFoldersExist()
result = FileSystem::EnsureDirectoryExists(Cheats.c_str(), false) && result;
result = FileSystem::EnsureDirectoryExists(Covers.c_str(), false) && result;
result = FileSystem::EnsureDirectoryExists(Dumps.c_str(), false) && result;
result = FileSystem::EnsureDirectoryExists(Path::Combine(Dumps, "audio").c_str(), false) && result;
result = FileSystem::EnsureDirectoryExists(GameIcons.c_str(), false) && result;
result = FileSystem::EnsureDirectoryExists(GameSettings.c_str(), false) && result;
result = FileSystem::EnsureDirectoryExists(InputProfiles.c_str(), false) && result;