yuzu/src
Lioncash e8bbafb746
file_util: Make move constructor/assignment operator and related functions noexcept
Without this, it's possible to get compilation failures in the (rare) scenario where
a container is used to store a bunch of live IOFile instances, as they may be using
std::move_if_noexcept under the hood. Given these definitely don't throw exceptions
this is also not incorrect to add either.
2018-04-29 18:34:09 -04:00
..
common file_util: Make move constructor/assignment operator and related functions noexcept 2018-04-29 18:34:09 -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