yuzu/src
Lioncash a0ce6de913 core: Delete System copy/move constructors and assignment operators
Prevents potentially making copies or doing silly things by accident
with the System instance, particularly given our current core is
designed (unfortunately) around one instantiable instance.

This will prevent the accidental case of:

auto instance = System::Instance();

being compiled without warning when it's supposed to be:

auto& instance = System::Instance();
2018-08-16 10:21:14 -04:00
..
audio_core Merge pull request #1033 from MerryMage/interp 2018-08-13 12:19:59 -04:00
common Merge pull request #1005 from DarkLordZach/registered-fmt 2018-08-15 23:11:58 -04:00
core core: Delete System copy/move constructors and assignment operators 2018-08-16 10:21:14 -04:00
input_common input_common: Use std::move where applicable 2018-08-02 21:51:11 -04:00
tests externals: Update catch to 2.3.0 2018-08-07 19:26:13 -04:00
video_core Shader/Conversion: Implemented the negate bit in F2F and I2I instructions. 2018-08-15 09:27:43 -05:00
yuzu Merge pull request #1005 from DarkLordZach/registered-fmt 2018-08-15 23:11:58 -04:00
yuzu_cmd loader: Make ResultStatus directly compatible with fmt 2018-08-15 05:52:37 -04:00
.clang-format
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00