diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-09 18:12:09 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-09 18:12:09 +0100 |
| commit | 591958c59cb59a5e36f2b46a201731a5c8e918c3 (patch) | |
| tree | cb570d9c13387c013a894d9f927a8bfb3ea78161 /src/tools | |
| parent | 63a80ff6965190dee6eb486bb14dac24d5b5a8ce (diff) | |
| download | box64-591958c59cb59a5e36f2b46a201731a5c8e918c3.tar.gz box64-591958c59cb59a5e36f2b46a201731a5c8e918c3.zip | |
[RCFILE] advertise that BOX64_DYNAREC_TEST=1 is applied
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rcfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c index 74ce897a..1c23dda1 100644 --- a/src/tools/rcfile.c +++ b/src/tools/rcfile.c @@ -727,6 +727,7 @@ void internal_ApplyParams(const char* name, const my_params_t* param) { box64_dynarec_test_start = 0x0; box64_dynarec_test_end = 0x0; if(box64_dynarec_test>2) box64_dynarec_test = 0; + printf_log(LOG_INFO, "Appling BOX64_DYNAREC_TEST=%d\n", box64_dynarec_test); } else { int ok = 0; if(sscanf(param->box64_dynarec_test, "0x%lX-0x%lX", &no_start, &no_end)==2) |