diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-01-15 18:24:54 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-01-15 18:24:54 +0100 |
| commit | 8432f7d8e212c123169f198bc22df7819892a9e9 (patch) | |
| tree | 6fd2693838de5acfe531f4b2d232fdb4d2a010b6 /src/tools | |
| parent | ec675564c6d27c66a03c7573e893d445677f858e (diff) | |
| download | box64-8432f7d8e212c123169f198bc22df7819892a9e9.tar.gz box64-8432f7d8e212c123169f198bc22df7819892a9e9.zip | |
[DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use it
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rcfile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c index 061b9124..674ec52d 100644 --- a/src/tools/rcfile.c +++ b/src/tools/rcfile.c @@ -177,6 +177,7 @@ ENTRYSTRING_(BOX64_NODYNAREC, box64_nodynarec) \ ENTRYSTRING_(BOX64_DYNAREC_TEST, box64_dynarec_test) \ ENTRYBOOL(BOX64_DYNAREC_MISSING, box64_dynarec_missing) \ ENTRYBOOL(BOX64_DYNAREC_DF, box64_dynarec_df) \ +ENTRYBOOL(BOX64_DYNAREC_DIRTY, box64_dynarec_dirty) \ #else #define SUPER3() \ @@ -206,6 +207,7 @@ IGNORE(BOX64_NODYNAREC) \ IGNORE(BOX64_DYNAREC_TEST) \ IGNORE(BOX64_DYNAREC_MISSING) \ IGNORE(BOX64_DYNAREC_DF) \ +IGNORE(BOX64_DYNAREC_DIRTY) \ #endif |