1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash d71e19fd75 video_core/memory_manager: Avoid repeated unnecessary page slot lookups
We don't need to keep calling the same function over and over again in a
loop, especially when the behavior is slightly non-trivial. We can just
keep a reference to the looked up location and do all the checking and
assignments based off it instead.
2018-07-24 11:19:54 -04:00
..
common VFS Regression and Accuracy Fixes (#776) 2018-07-23 19:40:35 -07:00
core Merge pull request #798 from lioncash/const 2018-07-24 04:48:06 -07:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests arm_test_common: Get rid of truncation warnings 2018-07-20 17:53:53 -04:00
video_core video_core/memory_manager: Avoid repeated unnecessary page slot lookups 2018-07-24 11:19:54 -04:00
yuzu Frontend: Check for more required OpenGL extensions during startup. 2018-07-22 12:05:38 -05:00
yuzu_cmd Frontend: Check for more required OpenGL extensions during startup. 2018-07-22 12:05:38 -05:00
.clang-format
CMakeLists.txt