diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-07 22:03:58 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-07 22:03:58 +0100 |
| commit | c79c42b62df69e454f004377bdaebffcee4e0fc2 (patch) | |
| tree | 457210b44a5edbb048a7fbd29ab3366b0e35a28b /src/include/debug.h | |
| parent | 91dd7adbfa8bd1827c5bd6b21aea5e370d4f93a0 (diff) | |
| download | box64-c79c42b62df69e454f004377bdaebffcee4e0fc2.tar.gz box64-c79c42b62df69e454f004377bdaebffcee4e0fc2.zip | |
[DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 (works well on box64, with up to 30% more speed)
Diffstat (limited to 'src/include/debug.h')
| -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 e2e75ee1..e13de642 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -15,6 +15,7 @@ extern int box64_dynarec_trace; extern int box64_dynarec_forced; extern uintptr_t box64_nodynarec_start, box64_nodynarec_end; extern int box64_dynarec_bigblock; +extern int box64_dynarec_forward; extern int box64_dynarec_strongmem; extern int box64_dynarec_fastnan; extern int box64_dynarec_fastround; |