mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00: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