mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-16 06:18:53 +01:00
fix for last commit
This commit is contained in:
parent
136b5b30c5
commit
a1d8559322
@ -229,7 +229,7 @@ VERSIONHELPERAPI IsAndroid(void) {
|
||||
}
|
||||
|
||||
VERSIONHELPERAPI IsSteamDeck(void) {
|
||||
return IsWine() && !GetEnvironmentVariable("STEAMDECK", NULL, 0);
|
||||
return IsWine() && GetEnvironmentVariable("STEAMDECK", NULL, 0);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user