Cemu/src
Tillsunset 3fb4b5e26c
MacOS+Linux: Use CLOCK_MONOTONIC_RAW over CLOCK_MONOTONIC (#313)
On MacOS this fixes the framerate being too high due to discontinuities in the timer that drives the emulated vsync. It also fixes behavior of the GetTickCount() wrapper.
2022-09-29 11:36:27 +02:00
..
asm Cleanup udiv128 (#206) 2022-09-08 02:12:53 +02:00
audio Properly list files in CMakeLists instead of using GLOB (#249) 2022-09-17 03:24:57 +02:00
Cafe Vulkan: Fix incorrect encoding for substituted R4G4 format (#288) 2022-09-24 11:44:44 +02:00
Cemu Remove PUBLIC_RELEASE flag and tie asserts to debug config (#287) 2022-09-24 08:43:27 +02:00
Common MacOS+Linux: Use CLOCK_MONOTONIC_RAW over CLOCK_MONOTONIC (#313) 2022-09-29 11:36:27 +02:00
config Posix/Linux: Add setting to disable coredumps 2022-09-27 13:58:50 +02:00
gui Posix/Linux: Add setting to disable coredumps 2022-09-27 13:58:50 +02:00
imgui Use unordered_map for keydown to allow codes above 255 (#248) 2022-09-19 03:07:26 +02:00
input Use unordered_map for keydown to allow codes above 255 (#248) 2022-09-19 03:07:26 +02:00
resource Fix 1x1 symbols in debugger window + Load icons from headers on all platforms 2022-09-18 15:53:10 +02:00
tools Add all the files 2022-08-22 22:21:23 +02:00
util MacOS+Linux: Use CLOCK_MONOTONIC_RAW over CLOCK_MONOTONIC (#313) 2022-09-29 11:36:27 +02:00
CMakeLists.txt Remove PUBLIC_RELEASE flag and tie asserts to debug config (#287) 2022-09-24 08:43:27 +02:00
main.cpp Remove PUBLIC_RELEASE flag and tie asserts to debug config (#287) 2022-09-24 08:43:27 +02:00
mainLLE.cpp Separate filestream.h into OS specific implementation files (#190) 2022-09-07 02:42:25 +02:00