SPU: Embedded PRX/overlay image patching and dumping

This commit is contained in:
Eladash 2020-10-03 08:07:13 +03:00 committed by Ivan
parent d5f7e7b179
commit 983547af7e
3 changed files with 123 additions and 72 deletions

View file

@ -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();