mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Enable high-res timers on Windows
This should fix issues like #11891, caused by the fps limiting code being unable to operate correctly.
This commit is contained in:
parent
058846d687
commit
7aea5cb88f
2 changed files with 5 additions and 1 deletions
|
@ -268,7 +268,7 @@ if(WIN32)
|
|||
else() # Probably MinGW = GCC
|
||||
set(PLATFORM_LIBS "")
|
||||
endif()
|
||||
set(PLATFORM_LIBS ws2_32.lib version.lib shlwapi.lib ${PLATFORM_LIBS})
|
||||
set(PLATFORM_LIBS ws2_32.lib version.lib shlwapi.lib winmm.lib ${PLATFORM_LIBS})
|
||||
|
||||
set(EXTRA_DLL "" CACHE FILEPATH "Optional paths to additional DLLs that should be packaged")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue