1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 77b4916b33 control_flow: Silence truncation warnings
This can be trivially fixed by making the input size a size_t.
CFGRebuildState's constructor parameter is already a std::size_t, so
this just makes the size type fully conform with it.
2019-10-15 19:10:28 -04:00
..
audio_core Used revision 5 instead of 7, marked constexpr as static 2019-09-21 16:24:56 +10:00
common common/algorithm: Add description comment indicating intended algorithms 2019-10-15 15:25:23 -04:00
core Merge pull request #2965 from FernandoS27/fair-core-timing 2019-10-15 11:48:30 -04:00
input_common
tests Core_Timing: Fix tests. 2019-10-12 07:23:08 -04:00
video_core control_flow: Silence truncation warnings 2019-10-15 19:10:28 -04:00
web_service
yuzu fixed clang format & addressed feedback 2019-10-10 23:27:00 +02:00
yuzu_cmd SDL: Fix missing header 2019-10-04 18:14:11 -04:00
yuzu_tester yuzu_tester: Remove unused variable 2019-10-04 23:41:22 +00:00
.clang-format
CMakeLists.txt