suyu/src
Lioncash 0ca91ced2d virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer
VirtualBuffer makes use of VirtualAlloc (on Windows) and mmap() (on
other platforms). Neither of these ensure that non-trivial objects are
properly constructed in the allocated memory.

To prevent potential undefined behavior occurring due to that, we can
add a static assert to loudly complain about cases where that is done.
2020-11-17 20:09:58 -05:00
..
audio_core core: Fix clang build pt.2 2020-10-20 22:16:03 -04:00
common virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer 2020-11-17 20:09:58 -05:00
core Merge pull request #4895 from Morph1984/cave-story-plus-applet-fix 2020-11-12 21:55:06 -08:00
input_common motion_input: Mark constructor as explicit 2020-11-15 14:20:41 -05:00
tests tests: Fix data race in fibers test 2020-10-28 01:41:24 -03:00
video_core video_core: dma_pusher: Remove integrity check on command lists. 2020-11-07 00:08:19 -08:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu bootmanager: Address review comments 2020-11-09 22:55:05 -05:00
yuzu_cmd core: Remove usage of unicorn 2020-11-03 20:22:05 -05:00
yuzu_tester core: Remove usage of unicorn 2020-11-03 20:22:05 -05:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: Resolve MSVC build failures 2020-10-30 14:57:58 -04:00