torzu/src
Lioncash 40d2dcabd7
file_util: Add static assertions to ReadBytes() and WriteBytes()
Ensure that the actual types being passed in are trivially copyable. The internal
call to ReadArray() and WriteArray() will always succeed, since they're passed a pointer to char*
which is always trivially copyable.
2018-04-29 18:24:12 -04:00
..
common file_util: Add static assertions to ReadBytes() and WriteBytes() 2018-04-29 18:24:12 -04:00
core am: Fix GetDesiredLanguage implementation. 2018-04-29 11:07:07 -04:00
input_common input_common: Move old logging macros over to fmt-capable ones 2018-04-26 19:09:25 -04:00
tests core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
video_core Shaders: Implemented predicate condition 3 (LessEqual) in the fset and fsetp instructions. 2018-04-29 12:49:41 -05:00
yuzu frontends: Move logging macros over to new fmt-capable ones 2018-04-26 19:14:48 -04:00
yuzu_cmd frontends: Move logging macros over to new fmt-capable ones 2018-04-26 19:14:48 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Massive removal of unused modules 2018-01-12 19:11:03 -07:00