VidgetGaming
VidgetGaming
> Our Android window system doesn't support the minimize power state so the option does nothing. > > Not really if it's a bug or just an unimplemented feature. I've...
> Yeah the room where I have it set up I need the TV to shut down after a certain period of inactivity which works with either minimize or exit...
> It would be trivial to add I think. > > https://github.com/koying/SPMC/blob/beca52667112f2661204ebb42406115825512491/xbmc/windowing/egl/WinSystemEGL.cpp#L508 > > I'm not sure if I just missed that when I did the EGL win system breakup...
@lrusak Hello. I noticed that this didn't make it into 19.4. What are the chances that it will make it into the next version of Kodi?
Yeah I wrote and asked if 1000 ms was necessary or if we could get a slightly lower delay but no it had to be 1000 ms for some reason....
> I wrote my own driver that has a delay when changing multipliers, but does not on/off. Now all that's left is to find someone to help with signing it....
> I haven't tested it with EAC Ok but I assumed that you're running with a test signing and are able to run the software locally. If you're able to...
> I assume that EAC will not work on a system where driver signature verification is disabled True, that makes sense. I hope you can get the driver signed so...
> Unfortunately, I don't currently have a way to sign the driver at the moment. I’ve included a request for driver signing assistance in the project README. I hope someone...
> Interception driver is not open source. I used the rawaccel source code as a reference, as well as the windows driver samples for [mouse filter driver](https://github.com/microsoft/Windows-driver-samples/tree/main/input/moufiltr) Makes sense. Since...