feat(timer): improve high-FPS timing with high-resolution Windows clock

This commit is contained in:
daoge_cmd
2026-03-03 00:31:47 +08:00
parent a4691f58e8
commit bbb199c2a2
3 changed files with 21 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ This project contains the source code of Minecraft Legacy Console Edition v1.3.0
- Added support for keyboard and mouse input
- Added fullscreen mode support (toggle using F11)
- Disabled V-Sync for better performance
- Added a high-resolution timer path on Windows for smoother high-FPS gameplay timing
- Device's screen resolution will be used as the game resolution instead of using a fixed resolution (1920x1080)
## Controls (Keyboard & Mouse)