1
0
mirror of synced 2024-11-28 09:30:51 +01:00
ImHex/main/source
Lennard Fonteijn df24d1e1e9
fix: Revert the FPS limiter back to the one used in v1.30.1 (#1247)
As requested on Discord, a PR to revert the FPS limiter back to the one
that was used in v1.30.1.

The new FPS limiter seems to be flawed in that it runs at about half the
speed it is supposed to be.

See this illustration:

![FPS](https://github.com/WerWolv/ImHex/assets/869973/8a101b4c-23d8-4806-8d53-3be7aeb84fed)

Left is v1.30.1, right is the new version (without this fix). See how
long it takes to respectively reach 0xE90.

This is not a performance issue, because when you fully unlock the
framerate on the right, it's just as fluent as on the left.
2023-08-11 22:03:30 +02:00
..
init fix: Init task text being offset on larger screen resolutions 2023-08-09 20:02:38 +02:00
messaging feat: Added command line interface support (#1172) 2023-07-13 14:08:23 +02:00
window fix: Revert the FPS limiter back to the one used in v1.30.1 (#1247) 2023-08-11 22:03:30 +02:00
crash_handlers.cpp impr: Improve uncaught exception error handling to provide actual stack trace 2023-07-22 20:16:36 +02:00
main.cpp impr: Cleanup main 2023-07-22 21:30:22 +02:00