UnleashedRecomp/UnleashedRecompLib
Skyth (Asilkan) f1416c85ba
Implement frame limiter. (#60)
* Implement audio timing with integer math.

* Add busy loop to audio thread.

* Implement a frame limiter.

* Implement implot.

* Add more stuff to the profiler window.

* Redo frame limiter logic to fix drifting.

* Move frame limiter, add limiters for SFD & loading screen.

* Update waiting logic for audio thread.

* Correct small delta time errors.

* Decrease delta time error threshold.

* Set busy wait threshold to 2ms.

* Change spin wait in D3D12 present to infinite wait.

* Replace FPS literals with constants.
2024-12-22 19:58:06 +03:00
..
config Implement frame limiter. (#60) 2024-12-22 19:58:06 +03:00
ppc Move recompiled files to a separate project. 2024-10-07 21:47:00 +03:00
private Move recompiled files to a separate project. 2024-10-07 21:47:00 +03:00
shader Specialization constants, reverse Z and async PSO implementation. (#9) 2024-11-29 23:30:48 +03:00
CMakeLists.txt Linux support. (#54) 2024-12-21 00:44:05 +03:00