mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +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) {
|
VERSIONHELPERAPI IsSteamDeck(void) {
|
||||||
return IsWine() && !GetEnvironmentVariable("STEAMDECK", NULL, 0);
|
return IsWine() && GetEnvironmentVariable("STEAMDECK", NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user