chickentuna

Results 5 comments of chickentuna

`NtGdiDdDDIReclaimAllocations2` is in `win32u.dll`, the function wrapper in gdi32full.dll has been removed. Also, lower down `NtGdiDdDDIReclaimAllocations2` is in `dxgkrnl.sys`. So you should replace `const auto NtGdiDdDDIReclaimAllocations2 = reinterpret_cast(GetProcAddress(LoadLibrary("gdi32full.dll"), "NtGdiDdDDIReclaimAllocations2"));` with...

I tried and also got a BSOD. Sorry, there's more going on than what I expected. BerkanYildiz has all the answers of course but has decided to help by motivating...

Ok, I'm pretty sure this is what you need KoreaHck: https://github.com/sunriseiscool/kdmapper/commit/f7c4d3bf40046be873792ee85fab8710ff7ef52e Really, you can just clone that fork and try building again => https://github.com/sunriseiscool/kdmapper

you could ``` mouse.hook(mouse_handler) ``` ``` def mouse_handler(event): if isinstance(event, mouse.WheelEvent): // handle wheel scrolling ```

I noticed this too, changing your starter's type using these buttons has the desired effect though. It would be nice if both inputs were bound somehow ![image](https://github.com/domtronn/nuzlocke.app/assets/1050241/e60db864-dfe9-424d-97c1-779ac7ad9590)