2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core
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
..
arm common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
crypto common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
file_sys common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
frontend input_interpreter: Fix button hold being interpreted incorrectly on init 2021-04-15 01:53:17 -04:00
hle lm: Prevent redundant map lookups in Log() 2021-04-23 09:24:21 -04:00
loader common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
memory
network [network] Error handling reform 2021-02-28 17:25:31 -05:00
tools
CMakeLists.txt applets/swkbd: Implement the Normal and Inline Software Keyboard Applet 2021-04-15 01:53:17 -04:00
constants.cpp
constants.h
core.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
core.h common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
core_timing.cpp
core_timing.h
core_timing_util.h
cpu_manager.cpp common: Fiber: use a reference for YieldTo. 2021-03-07 13:46:53 -08:00
cpu_manager.h Revert "core: Switch to unique_ptr for usage of Common::Fiber." 2021-03-05 17:08:17 -08:00
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp
memory.h
perf_stats.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
perf_stats.h
reporter.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
reporter.h
telemetry_session.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
telemetry_session.h