yuzu/src
MerryMage 3f4fb4b037 perf_stats: Change MAX_LAG_TIME_US to an appropriate value
25us is far too small, and would result in std::this_thread::sleep_for
being called with this as a maximum value. This means that a guest
application that produces frames instantly would only be limited to
40 kHz.

25ms is a more appropriate value, as it allows for a 60 Hz refresh
rate while providing enough slack in the negative region.
2018-08-21 14:50:50 +01:00
..
audio_core Merge pull request #1033 from MerryMage/interp 2018-08-13 12:19:59 -04:00
common Merge pull request #1064 from lioncash/telemetry 2018-08-20 19:43:17 -04:00
core perf_stats: Change MAX_LAG_TIME_US to an appropriate value 2018-08-21 14:50:50 +01: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 Merge pull request #1123 from lioncash/screen 2018-08-21 01:18:34 -04:00
yuzu service/filesystem: Use forward declarations where applicable 2018-08-20 23:28:46 -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 Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00