yuzu/src
Lioncash cc935d997b macro_hle: Remove unnecessary std::make_pair calls
The purpose of make_pair is generally to deduce the types within the
pair without explicitly specifying the types, so these usages were
generally unnecessary, particularly when the type is enforced by the
array declaration.
2020-07-16 21:59:25 -04:00
..
audio_core configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
common common/swap: Make use of std::endian 2020-07-14 16:26:54 -04:00
core Merge pull request #4292 from bunnei/mii-rewrite 2020-07-16 20:05:40 -04:00
input_common Rebase to master 2020-07-14 13:04:02 -04:00
tests Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
video_core macro_hle: Remove unnecessary std::make_pair calls 2020-07-16 21:59:25 -04:00
web_service Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
yuzu Merge pull request #4337 from lat9nq/fix-per-game-async 2020-07-16 11:33:51 -04:00
yuzu_cmd Merge pull request #4294 from MerryMage/cpu-opt-settings 2020-07-14 12:38:03 -04:00
yuzu_tester configuration: Add settings to enable/disable specific CPU optimizations 2020-07-11 14:34:09 +01:00
.clang-format
CMakeLists.txt Build System: Fix GCC & MINGW Build. 2020-06-27 11:36:28 -04:00