about summary refs log tree commit diff stats
path: root/src/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-071-17/+16
* Reworked mmap allocator and wine prereserve handling ([BOX32] fix handling of...ptitSeb2024-10-071-16/+17
* [RV64] Allowed disabling more extensions (#1904)Yang Liu2024-10-041-0/+25
* [DYNAREC] Added a new missing mode for fallback opcodes (#1896)Yang Liu2024-10-021-2/+4
* [RV64_DYNAREC] Added preliminary xtheadvector support (#1892)Yang Liu2024-10-021-8/+12
* [BOX32] Set default FS to 0 for 32bits appsptitSeb2024-09-301-1/+1
* [DYNAREC] Start with dynarec instead of interpreterptitSeb2024-09-301-1/+1
* [RV64_DYNAREC] Allowed disabling V extension (#1862)Yang Liu2024-09-241-0/+5
* Better handling of argv[0]ptitSeb2024-09-161-1/+4
* Added a hack so program that wprintf to the console actualy work if box64 alr...ptitSeb2024-09-141-1/+6
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-091-4/+39
* Allow dynarec_dump=2 and forbid dynarec_test=2 (fixed a regression with comma...ptitSeb2024-09-071-2/+2
* [CI] Refactored CI (#1795)Yang Liu2024-09-051-4/+2
* [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791)Yang Liu2024-09-041-0/+4
* [BOX32] Added detection of steam and steamcmdptitSeb2024-08-301-3/+9
* [TRACE] Improved trace on symbol nameptitSeb2024-08-291-36/+27
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-25/+80
* [RV64_DYNAREC] Fixed more issues in the vector infrastructure (#1755)Yang Liu2024-08-251-7/+1
* [RV64_DYNAREC] Disable vector extension by default until it's ready.Yang Liu2024-08-191-1/+7
* [HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until ...ptitSeb2024-08-181-0/+12
* [BOX32] Added 32bits elf alloc and loadptitSeb2024-08-171-1/+3
* Detect 32bits elf before loadingptitSeb2024-08-161-0/+6
* Fix non-Dynarec buildptitSeb2024-08-091-1/+1
* Improved Steam wine compatibility, not perfect, but better (thanks Hugo for t...ptitSeb2024-08-091-1/+27
* [RV64_DYNAREC] Added vlen detection (#1694)Yang Liu2024-07-181-1/+2
* Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us...ptitSeb2024-07-151-0/+10
* Something is wrong, emulated gnutls.so.30 doesn't seems to work fine for nowptitSeb2024-07-141-1/+1
* Wrapped lots of new function t be abble to run emulated libgnutls.so.30ptitSeb2024-07-141-0/+1
* fix some spelling (#1668)josch2024-07-101-2/+2
* Fixes (#1659)rajdakin2024-07-091-11/+11
* [ARM64_DYNAREC] Made AVX/AVX2 enabled by default, but only for ARM64 Dynarec ...ptitSeb2024-07-051-0/+9
* Put a limit on how much the hardware counter can be shiftedptitSeb2024-07-051-1/+1
* Should not follow symlinks on file path resolution (#1644)Yip Coekjan2024-07-051-1/+1
* Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled wi...ptitSeb2024-07-031-0/+10
* [RV64_DYNAREC] Detect vector extension (#1619)Yang Liu2024-06-271-0/+2
* [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too)ptitSeb2024-06-241-0/+17
* [ARM64_DYNAREC] Added 0F C7 /6 opcode, with hardware support if presentptitSeb2024-06-241-0/+9
* Fixed an issue with BOX64_RDTSC_1GHZ being always activeptitSeb2024-06-131-1/+1
* More work on RDTSC emulationptitSeb2024-06-131-35/+50
* Remove and obsolete commentptitSeb2024-06-111-1/+0
* [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DY...ptitSeb2024-06-061-5/+0
* [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodesptitSeb2024-06-061-0/+5
* Detects extensions even if dynarec is disable at runtime (#1546)Yang Liu2024-06-011-2/+0
* More avx infrastructureptitSeb2024-05-271-1/+7
* [INTERPRETER] my first avx opcodeptitSeb2024-05-261-0/+9
* more avx infrastructureptitSeb2024-05-241-0/+1
* [LA64_DYNAREC] Added more opcodes (#1525)Yang Liu2024-05-231-1/+1
* Removed the export WINEFSYNC=0 at start, use BOX64_FUTEX_WAITV=0 to disable i...ptitSeb2024-05-141-4/+0
* Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311)ptitSeb2024-05-091-18/+27
* [LA64_DYNAREC] Added more opcodes (#1482)Yang Liu2024-05-011-1/+1