diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-05-31 18:21:42 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-05-31 18:21:42 +0200 |
| commit | c5e8aaff4a73665ad9ee0231713a7b6068bf2547 (patch) | |
| tree | 580fbdb15a94a17f469f1e85b4850ff32c3e8851 /src/include/debug.h | |
| parent | 2017ef192f49715783e0108d8d0ac4b826b0ac45 (diff) | |
| download | box64-c5e8aaff4a73665ad9ee0231713a7b6068bf2547.tar.gz box64-c5e8aaff4a73665ad9ee0231713a7b6068bf2547.zip | |
[DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply conservative settings when loaded (should help #813) and probably other java based games/apps)
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 2d899beb..352e9b12 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -23,6 +23,7 @@ extern int box64_dynarec_x87double; extern int box64_dynarec_safeflags; extern int box64_dynarec_callret; extern int box64_dynarec_bleeding_edge; +extern int box64_dynarec_jvm; extern int box64_dynarec_hotpage; extern int box64_dynarec_fastpage; extern int box64_dynarec_wait; |