yuzu/src/core/hle/service/lm
Lioncash 5ba49f188b lm: Prevent redundant map lookups in Log()
We can perform the lookup and then do the contains check by checking the
end iterator. The benefit of this is that if we *do* find an entry, then
we aren't hashing into the map again to find it.

We can also get rid of an unused std::vector temporary while we're at
it.
2021-04-23 09:24:21 -04:00
..
lm.cpp lm: Prevent redundant map lookups in Log() 2021-04-23 09:24:21 -04:00
lm.h core: Add LM::Manager to system 2019-09-22 12:34:55 -04:00