mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
SPU TSX: fix "Preferred SPU Threads"
This commit is contained in:
parent
9ff6486c85
commit
22e4ef147a
2 changed files with 9 additions and 8 deletions
|
@ -942,12 +942,6 @@ void Emulator::Load(const std::string& title_id, bool add_only, bool force_globa
|
|||
LOG_WARNING(GENERAL, "TSX forced by User");
|
||||
}
|
||||
|
||||
if (g_use_rtm && g_cfg.core.preferred_spu_threads)
|
||||
{
|
||||
g_cfg.core.preferred_spu_threads.set(0);
|
||||
LOG_ERROR(GENERAL, "Preferred SPU Threads forcefully disabled - not compatible with TSX in this version.");
|
||||
}
|
||||
|
||||
// Load patches from different locations
|
||||
fxm::check_unlocked<patch_engine>()->append(fs::get_config_dir() + "data/" + m_title_id + "/patch.yml");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue