suyu/src
Lioncash 57ffada746 alignment: Resolve allocator construction issues on debug
This was related to the source allocator being passed into the
constructor potentially having a different type than allocator being
constructed.

We simply need to provide a constructor to handle this case.

This resolves issues related to the allocator causing debug builds on
MSVC to fail.
2019-10-06 18:49:49 -04:00
..
audio_core Used revision 5 instead of 7, marked constexpr as static 2019-09-21 16:24:56 +10:00
common alignment: Resolve allocator construction issues on debug 2019-10-06 18:49:49 -04:00
core audio/audout_u: Change formatting for old clang-format versions 2019-10-04 23:51:56 +00:00
input_common input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 2019-06-03 16:56:47 -04:00
tests Merge pull request #2583 from FernandoS27/core-timing-safe 2019-06-30 12:54:00 -04:00
video_core video_core/control_flow: Eliminate variable shadowing warnings 2019-10-05 09:14:27 -04:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
yuzu Merge pull request #2942 from ReinUsesLisp/clang-warnings 2019-10-05 20:41:20 -04:00
yuzu_cmd SDL: Fix missing header 2019-10-04 18:14:11 -04:00
yuzu_tester yuzu_tester: Remove unused variable 2019-10-04 23:41:22 +00:00
.clang-format
CMakeLists.txt yuzu_tester: Add project subdirectory 2019-06-10 00:03:11 -04:00