fix for last commit
This commit is contained in:
parent
136b5b30c5
commit
a1d8559322
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ VERSIONHELPERAPI IsAndroid(void) {
|
|||
}
|
||||
|
||||
VERSIONHELPERAPI IsSteamDeck(void) {
|
||||
return IsWine() && !GetEnvironmentVariable("STEAMDECK", NULL, 0);
|
||||
return IsWine() && GetEnvironmentVariable("STEAMDECK", NULL, 0);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue