yuzu/src
Morph f919498f8f native_clock: Wait for less time in EstimateRDTSCFrequency
In my testing, waiting for 200ms provided the same level of precision as the previous implementation when estimating the RDTSC frequency.
This significantly improves the yuzu executable launch times since we reduced the wait time from 3 seconds to 200 milliseconds.
2021-12-03 19:55:59 -05:00
..
audio_core common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
common native_clock: Wait for less time in EstimateRDTSCFrequency 2021-12-03 19:55:59 -05:00
core Merge pull request #7489 from Morph1984/steady-clock 2021-12-03 16:08:20 -08:00
input_common input_common: Fix error with thread name 2021-11-29 22:03:47 -05:00
shader_recompiler ShaderCache: Better fix for Shuffling gl_FragCoord 2021-11-16 22:11:33 +01:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core general: Replace high_resolution_clock with steady_clock 2021-12-02 14:20:43 -05:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Merge pull request #7489 from Morph1984/steady-clock 2021-12-03 16:08:20 -08:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt CMakeLists: Document the /GT compile option 2021-10-28 20:43:46 -04:00