mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
overlays: add system sounds
This commit is contained in:
parent
59b1c324a9
commit
ff5e31f396
8 changed files with 37 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue