diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-08-30 10:13:42 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-08-30 10:13:42 +0200 |
| commit | 371b45c4200b91de93250fbfa84b185350d7b323 (patch) | |
| tree | d4881f4cefd96852fa0cb9e6d01631ae6d132b41 /src/include | |
| parent | 4dcf14d02661948eb3322f24cbba72a1bd944fc9 (diff) | |
| download | box64-371b45c4200b91de93250fbfa84b185350d7b323.tar.gz box64-371b45c4200b91de93250fbfa84b185350d7b323.zip | |
[BOX32] Added detection of steam and steamcmd
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 1ecf5b4e..fd3f23c0 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -108,6 +108,7 @@ extern int box64_mapclean; extern int box64_prefer_wrapped; extern int box64_prefer_emulated; extern int box64_steam; +extern int box64_steamcmd; extern int box64_wine; extern int box64_musl; extern int box64_nopulse; // disabling the use of wrapped pulseaudio |