overlays: add system sounds

This commit is contained in:
Megamouse 2021-10-31 00:48:41 +02:00
parent 59b1c324a9
commit ff5e31f396
8 changed files with 37 additions and 9 deletions

View file

@ -277,6 +277,7 @@ void Emulator::Init(bool add_only)
make_path_verbose(fs::get_cache_dir() + "shaderlog/");
make_path_verbose(fs::get_cache_dir() + "spu_progs/");
make_path_verbose(fs::get_config_dir() + "captures/");
make_path_verbose(fs::get_config_dir() + "sounds/");
make_path_verbose(patch_engine::get_patches_path());
if (add_only)