yuzu/src
Lioncash 30ce9b2b5c video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor
Since c5d41fd812 callback parameters were
changed to use an s64 to represent late cycles instead of an int, so
this was causing a truncation warning to occur here. Changing it to s64
is sufficient to silence the warning.
2019-04-05 18:37:37 -04:00
..
audio_core core/core_timing: Make callback parameters consistent 2019-03-24 18:12:17 -04:00
common common/lz4_compression: Remove #pragma once directive from the cpp file 2019-04-03 22:07:04 -04:00
core Merge pull request #2292 from lioncash/nacp 2019-04-04 22:37:42 -04:00
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
tests Fixes and corrections on formatting. 2019-03-27 14:49:43 -04:00
video_core video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor 2019-04-05 18:37:37 -04:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
yuzu Merge pull request #2331 from lioncash/cache 2019-04-04 22:35:53 -04:00
yuzu_cmd core/yuzu: Remove enable_nfc setting 2019-03-29 15:02:28 +01:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: Move off of modifying CMAKE_*-related flags 2019-03-17 06:55:24 -04:00