mika76 / mamesaver

Mamesaver is a mame emulated screensaver - get all the good ol' games playing their demo modes while you procrastinate and enjoy!
https://mika76.github.io/mamesaver/
MIT License
36 stars 10 forks source link

Prevented sleep timer creation if no power saving enabled #30

Closed nullpainter closed 5 years ago

nullpainter commented 5 years ago

Plus some style tidy-up and implementations of IDisposable to dispose dependent objects as suggested by VS's code analysis (not strictly necessary since Simple Injector is disposing dependent objects, but good practice nonetheless).