yuzu/src
ameerj f300a1d54b buffer_cache: Reduce stream buffer allocations when expanding from the left
The existing stream buffer optimization accounts for size increases at the end of the allocated buffer.
This adds the same optimization, increasing the size from the beginning of the buffer as well to reduce buffer allocations when expanding the same buffer from the left.
2022-01-27 15:31:43 -05:00
..
audio_core audio/stream: Adjust volume scale factor 2022-01-15 20:28:37 -06:00
common common/xbyak_api: Make BuildRegSet() constexpr 2022-01-26 16:29:15 -05:00
core Merge pull request #7762 from bunnei/un-map-improve 2022-01-26 17:54:20 -08:00
input_common Merge pull request #7774 from lioncash/mapping 2022-01-25 16:15:45 -05:00
shader_recompiler shader_recompiler: Remove unnecessary [[nodiscard]] 2022-01-25 12:16:09 -05:00
tests cmake: make tests optional 2022-01-12 00:36:20 +01:00
video_core buffer_cache: Reduce stream buffer allocations when expanding from the left 2022-01-27 15:31:43 -05:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Merge pull request #7769 from german77/no-control 2022-01-25 20:24:42 -08:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt cmake: make tests optional 2022-01-12 00:36:20 +01:00