Nick
Nick
The MAP12 issue is separate from MAP02 issue and has been fixed with https://github.com/Helion-Engine/Helion/pull/813
It doesn't have anything to do with OpenTK vs SDL. I know for sure dsda uses sleep to try to do the frame limiting which is why it uses less...
You can play around with it by importing directly from sdl2: [DllImport("SDL2.dll", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static extern int SDL_Delay(long ms); Total target sleep time: var target...
Just updated OpenTK to 4.9.4 on dev so now we have access to Utils.AccurateSleep.
Doesn't look like controlled folder access is enabled by default, at least not on the computers I have purchased. Just got a new Windows 11 laptop myself and it's off,...