mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
SPU: Embedded PRX/overlay image patching and dumping
This commit is contained in:
parent
d5f7e7b179
commit
983547af7e
3 changed files with 123 additions and 72 deletions
|
@ -298,6 +298,7 @@ void Emulator::Init()
|
|||
|
||||
make_path_verbose(fs::get_cache_dir() + "shaderlog/");
|
||||
make_path_verbose(fs::get_config_dir() + "captures/");
|
||||
make_path_verbose(fs::get_cache_dir() + "spu_progs/");
|
||||
|
||||
// Initialize patch engine
|
||||
g_fxo->init<patch_engine>()->append_global_patches();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue