mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-05-18 09:00:07 +00:00
FIX: remove const from IsSteamDeck to match KeyValues.h and fix build error
This commit is contained in:
parent
dd7c11fd20
commit
2f9895438c
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user