diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-27 12:33:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-27 12:33:02 +0200 |
| commit | de2b3afa17112423551c757d153df8c73d2e275e (patch) | |
| tree | cd50771cc0436ac8d2c783b7821143a4ef35b392 /src/include | |
| parent | 46ab4b5b712ff42198218cc335028c3615346f7a (diff) | |
| download | box64-de2b3afa17112423551c757d153df8c73d2e275e.tar.gz box64-de2b3afa17112423551c757d153df8c73d2e275e.zip | |
Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to use it
Diffstat (limited to 'src/include')
| -rwxr-xr-x | 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 7fb8d558..b5f08599 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -34,6 +34,7 @@ extern char* trace_func; extern int allow_missing_libs; extern int box64_mapclean; extern int box64_prefer_wrapped; +extern int box64_prefer_emulated; extern int box64_steam; extern int box64_wine; extern int box64_nopulse; // disabling the use of wrapped pulseaudio |