| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS | ptitSeb | 2023-10-17 | 1 | -0/+2 |
| * | Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn... | ptitSeb | 2023-10-11 | 1 | -0/+4 |
| * | This steam-runtime-launcher-service process never exit and seems to be skipab... | ptitSeb | 2023-10-01 | 1 | -0/+3 |
| * | Improved default box64rc | ptitSeb | 2023-09-09 | 1 | -0/+3 |
| * | [ANDROID] fixing fix fix... | ptitSeb | 2023-09-02 | 1 | -0/+9 |
| * | [DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805) | ptitSeb | 2023-06-04 | 1 | -0/+3 |
| * | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con... | ptitSeb | 2023-05-31 | 1 | -0/+2 |
| * | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode | ptitSeb | 2023-05-07 | 1 | -0/+2 |
| * | Adjusted default rcfile for steam | ptitSeb | 2023-05-06 | 1 | -1/+1 |
| * | Improved test17 and finetuned factorio profile to disable FASTROUND on Dynarec | ptitSeb | 2023-04-01 | 1 | -0/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ... | ptitSeb | 2023-03-27 | 1 | -0/+2 |
| * | [DYNAREC] Soma need FASTROUND disabled for it's physics engine | ptitSeb | 2023-03-11 | 1 | -0/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ... | ptitSeb | 2023-03-07 | 1 | -0/+9 |
| * | [RCFLE] Better default for heroic launcher when no rcfile is found | ptitSeb | 2023-03-05 | 1 | -0/+4 |
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and prob... | ptitSeb | 2023-03-05 | 1 | -0/+1 |
| * | Better default rcfile for when no rcfile are present | ptitSeb | 2023-03-02 | 1 | -1/+3 |
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -3/+5 |
| |\ |
|
| | * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle... | ptitSeb | 2023-02-19 | 1 | -3/+5 |
| | * | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-19 | 1 | -0/+1 |
| * | | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-20 | 1 | -0/+1 |
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 1 | -0/+1 |
| |/ |
|
| * | [RCFILE] Small fix to avoind applying same profile multiple time | ptitSeb | 2023-02-18 | 1 | -3/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) | ptitSeb | 2023-02-16 | 1 | -0/+2 |
| * | Refactored trace to file system, to be more resiliant | ptitSeb | 2023-02-14 | 1 | -1/+3 |
| * | Various minor warning fixes | ptitSeb | 2023-02-13 | 1 | -2/+3 |
| * | Fixed a memory leak in rcfile | ptitSeb | 2023-02-12 | 1 | -1/+3 |
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in... | ptitSeb | 2023-01-28 | 1 | -0/+2 |
| * | Fix build on non-dynarec build | ptitSeb | 2023-01-05 | 1 | -1/+1 |
| * | Added more command to rcfiles, and a default one when system version is not f... | ptitSeb | 2023-01-05 | 1 | -1/+46 |