yuzu/src
ReinUsesLisp 6508cdd003 buffer_cache: Avoid passing references of shared pointers and misc style changes
Instead of using as template argument a shared pointer, use the
underlying type and manage shared pointers explicitly. This can make
removing shared pointers from the cache more easy.

While we are at it, make some misc style changes and general
improvements (like insert_or_assign instead of operator[] + operator=).
2020-06-09 18:30:49 -03:00
..
audio_core
common
core Merge pull request #4044 from ogniK5377/handle-not-signalled-err 2020-06-04 12:23:40 -04:00
input_common
tests
video_core buffer_cache: Avoid passing references of shared pointers and misc style changes 2020-06-09 18:30:49 -03:00
web_service
yuzu Merge pull request #4009 from ogniK5377/macro-jit-prod 2020-06-04 11:40:52 -04:00
yuzu_cmd Merge pull request #4009 from ogniK5377/macro-jit-prod 2020-06-04 11:40:52 -04:00
yuzu_tester
.clang-format
CMakeLists.txt