FIX: remove const from IsSteamDeck to match KeyValues.h and fix build error

This commit is contained in:
Star1xr 2026-05-15 17:32:42 +03:00
parent dd7c11fd20
commit 2f9895438c

View File

@ -355,7 +355,7 @@ static ConVar *g_pcv_ThreadMode = NULL;
// GAMEPADUI TODO - put this somewhere better. (Madi)
#if defined( GAMEPADUI )
const bool IsSteamDeck()
bool IsSteamDeck()
{
if ( CommandLine()->FindParm( "-gamepadui" ) )
return true;