jakibaki / In-Home-Switching

Allows you to stream your PC display to your Nintendo Switch!
GNU General Public License v3.0
440 stars 41 forks source link

High CPU Usage #52

Open AetherCollective opened 4 years ago

AetherCollective commented 4 years ago

I know the project is abandoned, but if someone wanted to pick up the torch for the community, I'd like to report High CPU Usage. Happens at all times, even when the app should be idle. Maybe there isn't a sleep in one of the loops.

DevL0rd commented 4 years ago

@BetaLeaf I am reviving this app. https://github.com/DevL0rd/SkyNX I will be keeping it alive for now. I already added touchscreen support and started working on a new UI and fixed various other things.

I have been goign over the code for a while now and I think I know exactly what is causing it. I'll have it fixed on version 0.0.4 Your right though there are some loops without sleep, and rendering happening when there are no changes on screen lol.

AetherCollective commented 4 years ago

Cool