| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070) | Yang Liu | 2024-11-25 | 1 | -1/+3 |
| * | [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049) | Yang Liu | 2024-11-19 | 1 | -1/+1 |
| * | [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option (#2033) | Yang Liu | 2024-11-14 | 1 | -0/+2 |
| * | [RCFILE] advertise that BOX64_DYNAREC_TEST=1 is applied | ptitSeb | 2024-11-09 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Reworked a bit FASTROUND | ptitSeb | 2024-11-05 | 1 | -1/+1 |
| * | [RCFIEL] Add an option to force usage of native EGL/GLESv2 library | ptitSeb | 2024-11-02 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ... | ptitSeb | 2024-10-20 | 1 | -0/+2 |
| * | [CORE] Refactored %pid trace file handling (#1933) | Yang Liu | 2024-10-13 | 1 | -2/+2 |
| * | [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS | ptitSeb | 2024-09-09 | 1 | -0/+8 |
| * | [RCFILE] Fixed some missing box_free/box_strdup in rcfile | ptitSeb | 2024-09-03 | 1 | -11/+11 |
| * | Improved Steam wine compatibility, not perfect, but better (thanks Hugo for t... | ptitSeb | 2024-08-09 | 1 | -1/+9 |
| * | [RCFILE] Added support for generic names in RCFiles | ptitSeb | 2024-07-25 | 1 | -19/+39 |
| * | Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us... | ptitSeb | 2024-07-15 | 1 | -0/+1 |
| * | fix some spelling (#1668) | josch | 2024-07-10 | 1 | -1/+1 |
| * | Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled wi... | ptitSeb | 2024-07-03 | 1 | -0/+1 |
| * | [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too) | ptitSeb | 2024-06-24 | 1 | -1/+27 |
| * | [RCFILE] Improved hendling of BOX64_NODYNAREC | ptitSeb | 2024-06-21 | 1 | -14/+16 |
| * | Added BOX64_RESERVE_HIGH in rcfile handling | ptitSeb | 2024-06-18 | 1 | -0/+5 |
| * | More work on RDTSC emulation | ptitSeb | 2024-06-13 | 1 | -0/+4 |
| * | More avx infrastructure | ptitSeb | 2024-05-27 | 1 | -1/+14 |
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 1 | -0/+1 |
| * | Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311) | ptitSeb | 2024-05-09 | 1 | -0/+8 |
| * | This should fix non-dynarec build | ptitSeb | 2024-04-29 | 1 | -0/+2 |
| * | Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM | ptitSeb | 2024-04-29 | 1 | -0/+4 |
| * | Added a way to hide SSE 4.2, as it might slow down things using the string op... | ptitSeb | 2024-04-29 | 1 | -0/+1 |
| * | [RCFILE] Make sure strdup is coherent with free | ptitSeb | 2024-04-03 | 1 | -4/+4 |
| * | Changed, again, RDTSC and Hardware counter, introducing auto calibration when... | ptitSeb | 2024-03-14 | 1 | -17/+1 |
| * | [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame... | ptitSeb | 2024-03-12 | 1 | -13/+30 |
| * | [RV64_INTERP] Added TSC freq support (#1293) | Yang Liu | 2024-02-28 | 1 | -1/+1 |
| * | Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),... | ptitSeb | 2024-02-23 | 1 | -0/+18 |
| * | [ARM64_DYNAREC] Reworked, again, strongmem emulation | ptitSeb | 2024-02-06 | 1 | -1/+1 |
| * | [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ... | ptitSeb | 2024-02-05 | 1 | -0/+3 |
| * | [DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit false... | ptitSeb | 2024-02-03 | 1 | -0/+1 |
| * | [RCFIEL] Fixed BOX64_IGNOREINT3 | ptitSeb | 2024-01-28 | 1 | -1/+1 |
| * | Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too) | ptitSeb | 2024-01-27 | 1 | -0/+1 |
| * | Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ... | ptitSeb | 2024-01-23 | 1 | -0/+1 |
| * | [RCFILE] Added more option to rcfile and added geekbench5 profile | ptitSeb | 2024-01-06 | 1 | -0/+20 |
| * | [RCFILE] Add a function to quickly get current process name | ptitSeb | 2024-01-02 | 1 | -1/+5 |
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -2/+2 |
| * | [RCFILE] Made so that BOX64_MAXCPU is the minimum value if set both on comman... | ptitSeb | 2023-12-23 | 1 | -1/+6 |
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created... | ptitSeb | 2023-12-21 | 1 | -0/+1 |
| * | [RCFILE] Fixed file leak | ptitSeb | 2023-12-18 | 1 | -0/+1 |
| * | Added lldb option to JITGDB | ptitSeb | 2023-12-15 | 1 | -1/+1 |
| * | [TRACE] Small improvment to trace handling | ptitSeb | 2023-11-15 | 1 | -2/+2 |
| * | Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build | ptitSeb | 2023-11-10 | 1 | -0/+1 |
| * | [RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using BOX64_DYNAREC_TEST... | ptitSeb | 2023-11-07 | 1 | -0/+5 |
| * | Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least) | ptitSeb | 2023-11-05 | 1 | -0/+3 |
| * | [RCFILE] Added more trace when applying BOX64_TRACE_FILE setting | ptitSeb | 2023-11-05 | 1 | -0/+1 |
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 1 | -1/+2 |
| * | [ARM64_DYNAREC] More changes to Strong memory model emulation | ptitSeb | 2023-10-18 | 1 | -1/+9 |