chroma-sdk / Colore

A powerful C# library for Razer Chroma's SDK
https://chroma-sdk.github.io/Colore/
MIT License
146 stars 30 forks source link

Fix issues in registry checks #289

Closed Sharparam closed 3 years ago

Sharparam commented 3 years ago
## Description

Fixes some null reference issues in the registry helper as well as adding support for the new "Apps" subkey, under which the "Enable" flag can be found in newer SDK versions.

Motivation and Context

On fresh installations of the SDK, calls to IsSdkEnabled have started failing due to the changes in registry structure.

How Has This Been Tested?

Tested locally, modifying the registry to see how it behaves.

Types of changes

Checklist:

Fixes #288.
AppVeyorBot commented 3 years ago

:white_check_mark: Build Colore 6.0.1-beta.2.build.234 completed (commit https://github.com/chroma-sdk/Colore/commit/4272bc501c by @Sharparam)