Rework is_steam_deck_detected
function to detect unknown models
This commit is contained in:
parent
e16f008dfc
commit
07f1877117
7 changed files with 82 additions and 32 deletions
|
@ -21,6 +21,7 @@ namespace HarmonyLinkLib
|
|||
{
|
||||
enum class EPlatform : uint8_t
|
||||
{
|
||||
UNKNOWN,
|
||||
WINDOWS,
|
||||
LINUX,
|
||||
MAC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue