1
0
mirror of synced 2024-12-13 08:21:07 +01:00
ImHex/main/gui
daver32 6fbbf899b0
fix: Frame rate getting unlocked when inputs are being processed (#1632)
### Problem description
The framerate limiter doesn't work when inputs are being sent (eg mouse
cursor moving over the window), because `glfwWaitEventsTimeout` returns
early when it encounters an event.

### Implementation description
I made it sleep for the remaining time when that happens.
2024-05-01 20:48:41 +02:00
..
include impr: Better UI for the case when no plugins could be loaded 2024-04-10 21:04:57 +02:00
romfs impr: Refactor init logic 2023-12-17 20:33:17 +01:00
source fix: Frame rate getting unlocked when inputs are being processed (#1632) 2024-05-01 20:48:41 +02:00
CMakeLists.txt build: Added precompiled headers 2024-02-29 19:57:20 +01:00