diff --git a/HarmonyLinkLib/src/Platform/IPlatformUtilities.cpp b/HarmonyLinkLib/src/Platform/IPlatformUtilities.cpp index 0884ca1..2f5d6fc 100644 --- a/HarmonyLinkLib/src/Platform/IPlatformUtilities.cpp +++ b/HarmonyLinkLib/src/Platform/IPlatformUtilities.cpp @@ -193,7 +193,10 @@ namespace HarmonyLinkLib } // Set of known Steam Deck CPU model names - const std::set steam_deck_models = {"amd custom apu 0405" /*, other models... */}; + const std::set steam_deck_models = { + "amd custom apu 0405" // LCD Steam Deck + "amd custom apu 0932", // OLED Steam Deck + }; // Check for Steam Deck by CPU model name if (const std::shared_ptr cpu_info = get_cpu_info()) {