yuzu/src/core/hle
Morph 762b8ad448 general: Replace high_resolution_clock with steady_clock
On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock.
2021-12-02 14:20:43 -05:00
..
kernel Merge pull request #7394 from Morph1984/svc-SetMemoryPermission 2021-11-22 14:06:09 -08:00
service general: Replace high_resolution_clock with steady_clock 2021-12-02 14:20:43 -05:00
api_version.h api_version: Update and add AtmosphereTargetFirmware 2021-09-10 01:10:47 -04:00
ipc.h hle: ipc: Add declarations for TIPC. 2021-05-10 15:05:10 -07:00
ipc_helpers.h service: Reduce header include overhead 2021-10-07 13:32:21 -04:00
lock.cpp Fix build on macOS and linux 2018-01-13 22:38:52 +00:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h general: Remove MakeResult helpers 2021-11-02 17:23:19 -04:00