diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-12-21 15:51:55 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-12-21 15:51:55 +0100 |
| commit | 715ce5dbe987c103eeebbda470325866dc614b16 (patch) | |
| tree | 51c1006e0e8992081a0b6abe21918cc3897a9c16 /src/include/debug.h | |
| parent | 7d0f8078807c9a0d5f4416566da343de419015bf (diff) | |
| download | box64-715ce5dbe987c103eeebbda470325866dc614b16.tar.gz box64-715ce5dbe987c103eeebbda470325866dc614b16.zip | |
Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created profile for wine, wine64 and GridAutosport using it
Diffstat (limited to 'src/include/debug.h')
| -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 948b29e4..4ce68cb9 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -10,6 +10,7 @@ extern int box64_dynarec; extern uintptr_t box64_pagesize; extern uintptr_t box64_load_addr; extern int box64_dynarec_test; +extern int box64_maxcpu; #ifdef DYNAREC extern int box64_dynarec_dump; extern int box64_dynarec_trace; |