yuzu-android/src
Lioncash f9a26d468c profile_manager: Take ProfileInfo by const reference where applicable
ProfileInfo is quite a large struct in terms of data, and we don't need
to perform a copy in these instances, so we can just pass constant
references instead.
2018-08-20 19:48:57 -04:00
..
audio_core Merge pull request #1033 from MerryMage/interp 2018-08-13 12:19:59 -04:00
common common: Namespace hex_util.h/.cpp 2018-08-15 23:24:00 -04:00
core profile_manager: Take ProfileInfo by const reference where applicable 2018-08-20 19:48:57 -04:00
input_common
tests
video_core Merge pull request #1104 from Subv/instanced_arrays 2018-08-20 14:32:50 -04:00
yuzu game_list: Avoid uninitialized variables when retrieving program ID 2018-08-20 04:23:05 -04:00
yuzu_cmd Added check to see if ARB_texture_mirror_clamp_to_edge is supported 2018-08-19 12:00:33 +10:00
.clang-format
CMakeLists.txt