diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-02 09:34:34 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-02 09:34:34 +0100 |
| commit | 939486fa05aabd43e78e8228412ba69ed5f5ed05 (patch) | |
| tree | 166b2b21c1b7d3158f4b17d43b9a9d647e823666 /src | |
| parent | c8d98f6901b36147b516c76044e2c41dda7452a5 (diff) | |
| download | box64-939486fa05aabd43e78e8228412ba69ed5f5ed05.tar.gz box64-939486fa05aabd43e78e8228412ba69ed5f5ed05.zip | |
Forgot that file in earlier commit
Diffstat (limited to 'src')
| -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 2ebef55d..09865dc4 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -110,6 +110,7 @@ extern int allow_missing_libs; extern int box64_mapclean; extern int box64_prefer_wrapped; extern int box64_prefer_emulated; +extern int box64_wrap_egl; extern int box64_steam; extern int box64_steamcmd; extern int box64_wine; |