suyu/src
Morph b33f23cc46 host_memory: Fix fastmem crashes in debug builds
It is possible for virtual_offset to not be 0 when the iterator is at the beginning, and thus, std::prev(it) may be evaluated, leading to a crash in debug mode.

Co-Authored-By: Fernando S. <1731197+FernandoS27@users.noreply.github.com>
2022-03-02 18:36:59 -05:00
..
audio_core audio_core: Update current process revision 2022-02-11 00:56:13 -05:00
common host_memory: Fix fastmem crashes in debug builds 2022-03-02 18:36:59 -05:00
core dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
input_common Merge pull request #7859 from german77/battery_again 2022-02-24 11:42:51 -08:00
shader_recompiler emit_glsl_atomic: Implement 32x2 fallback atomic ops 2022-01-29 19:56:03 -05:00
tests cmake: make tests optional 2022-01-12 00:36:20 +01:00
video_core gl_fence_manager: Minor optimization to signal querying 2022-02-27 17:57:33 -05:00
web_service
yuzu dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
yuzu_cmd dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
.clang-format
CMakeLists.txt cmake: make tests optional 2022-01-12 00:36:20 +01:00