mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Add option "HLE lwmutex"
Replaces lwmutex/lwcond implementation with alternative one
This commit is contained in:
parent
5237779136
commit
3ac1b46df2
5 changed files with 26 additions and 29 deletions
|
|
@ -536,7 +536,7 @@ static auto ppu_load_exports(const std::shared_ptr<ppu_linkage_info>& link, u32
|
|||
// Static function
|
||||
const auto _sf = _sm && _sm->functions.count(fnid) ? &_sm->functions.at(fnid) : nullptr;
|
||||
|
||||
if (_sf && (_sf->flags & MFF_FORCED_HLE) && g_cfg.core.hook_functions)
|
||||
if (_sf && (_sf->flags & MFF_FORCED_HLE))
|
||||
{
|
||||
// Inject a branch to the HLE implementation
|
||||
const u32 _entry = vm::read32(faddr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue