RamonUnch
RamonUnch
I am not sure about the main prboom-plus-um, but I am making builds of [dsda-doom](https://github.com/RamonUnch/dsda-doom) that are compatible with Windows XP. I am not doing anything special, I just use...
I think one of the main decrease in performances is related to using SDL2's SDL_WINDOW_FULLSCREEN_DESKTOP instead of SDL_WINDOW_FULLSCREEN. On my slow Intel GPU, I get triple performances boost using 640x480...
Have a look at this post: https://github.com/stefansundin/altdrag/issues/7#issuecomment-969685886
related issue: https://github.com/dotnet/wpf/issues/4825
I guess also this could help: https://stackoverflow.com/questions/69797178/support-windows-11-snap-layout-in-wpf-app
There is no documented interface to snap a window the native way, Microsoft did not bother to export the required functions. It would be possible to send the keys to...
You may try to disable palefill on github, it is no longer required, However I am not sure anything can be done, even when disabling palefill GitHub is very slow...
I have not worked on this much because I do not have software control to change brightness on my monitor (old monitor), so I cannot directly test the feature. I...
Try again with this hooks.dll (more info to be printed) [hooks1.62test18_x64.zip](https://github.com/RamonUnch/AltSnap/files/13402949/hooks1.62test18_x64.zip)
Strange, maybe I am using the wrong API, try again with this one. delete your ad.log file before testing so I do not have to scroll down too much. [hooks1.62test19_x64.zip](https://github.com/RamonUnch/AltSnap/files/13403651/hooks1.62test19_x64.zip)