1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

fix for last commit

This commit is contained in:
FunkyFr3sh 2024-08-24 17:31:43 +02:00
parent 136b5b30c5
commit a1d8559322

View File

@ -229,7 +229,7 @@ VERSIONHELPERAPI IsAndroid(void) {
}
VERSIONHELPERAPI IsSteamDeck(void) {
return IsWine() && !GetEnvironmentVariable("STEAMDECK", NULL, 0);
return IsWine() && GetEnvironmentVariable("STEAMDECK", NULL, 0);
}
#endif