about summary refs log tree commit diff stats
path: root/src/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-301-2/+4
* Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVMptitSeb2024-04-291-3/+12
* Added a way to hide SSE 4.2, as it might slow down things using the string op...ptitSeb2024-04-291-0/+10
* Changed how wine prereserve is handled on box64ptitSeb2024-04-271-1/+1
* [LA64_DYNAREC] Added more useful extensions detection (#1469)Yang Liu2024-04-261-2/+18
* Made minimum rdtsc frequency to 2GHz (seems 1GHz is not enough for Horizon Ze...ptitSeb2024-04-231-1/+1
* Autocalibrate RDTSC clock to 1GHz minimum, instead of 500MHz (helps HorizonZe...ptitSeb2024-04-221-1/+1
* Add BOX64_RCFILE variable (#1392)olegos22024-03-281-4/+8
* Added some path for termux/glibc buildsptitSeb2024-03-271-0/+4
* Fixed some warningptitSeb2024-03-251-4/+4
* [REFACTOR] Refactor main.c (#1362)howard972024-03-251-0/+2176