yuzu-mainline/src
Lioncash 26c6c71837 buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten()
We can make use of emplace()'s return value to determine whether or not
we need to perform an increment.

emplace() performs no insertion if an element already exist, so this can
eliminate a find() call.
2020-07-20 17:48:00 -04:00
..
audio_core core_timing: Make TimedCallback take std::chrono::nanoseconds 2020-07-15 19:41:22 -04:00
common alignment: explicitly include <new> after 723edb4c06 2020-07-18 23:06:16 +00:00
core Merge pull request #4348 from lioncash/nano 2020-07-18 01:45:10 -04:00
input_common Rebase to master 2020-07-14 13:04:02 -04:00
tests core_timing: Make TimedCallback take std::chrono::nanoseconds 2020-07-15 19:41:22 -04:00
video_core buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten() 2020-07-20 17:48:00 -04:00
web_service Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
yuzu Merge pull request #4376 from ogniK5377/dark-wait-tree 2020-07-19 03:55:36 -03:00
yuzu_cmd Rebase for per game settings 2020-07-17 14:26:14 +10:00
yuzu_tester configuration: Add settings to enable/disable specific CPU optimizations 2020-07-11 14:34:09 +01:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Build System: Fix GCC & MINGW Build. 2020-06-27 11:36:28 -04:00