From 591958c59cb59a5e36f2b46a201731a5c8e918c3 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 9 Nov 2024 18:12:09 +0100 Subject: [RCFILE] advertise that BOX64_DYNAREC_TEST=1 is applied --- src/tools/rcfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools') 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) -- cgit 1.4.1