yuzu/src
Lioncash ab71997b2c gl_resource_manager: Add missing noexcept specifiers to move constructors and assignment operators
Standard library containers may use std::move_if_noexcept to perform
move operations. If a move cannot be performed under these
circumstances, then a copy is attempted. Given we only intend for these
types to be move-only this can be somewhat problematic. By defining
these to be noexcept we prevent cases where copies may be attempted.
2018-04-20 20:04:00 -04:00
..
common Merge pull request #367 from lioncash/clamp 2018-04-20 14:18:03 -04:00
core Merge pull request #340 from mailwl/vi-update 2018-04-20 16:23:15 -04:00
input_common math_util: Remove the Clamp() function 2018-04-20 10:14:13 -04:00
tests core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
video_core gl_resource_manager: Add missing noexcept specifiers to move constructors and assignment operators 2018-04-20 20:04:00 -04:00
yuzu Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271) 2018-04-19 12:22:26 -06:00
yuzu_cmd Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271) 2018-04-19 12:22:26 -06: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