about summary refs log tree commit diff stats
path: root/src/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Optimize push/pop with xtheadmemidx (#2150)Yang Liu2024-12-131-2/+2
* [CORE] Refine runtime messages (#2125)Jim Huang2024-12-071-6/+6
* Added some more termux path to automatic ld_pathptitSeb2024-12-041-0/+8
* [DYNAREC] Made weakbarrier=1 and pause=3 defaultptitSeb2024-12-031-2/+6
* [RV64_DYNAREC] Added simple opcodes fusion as "native flags" (#2102)Yang Liu2024-12-021-0/+3
* [LA64_DYNAREC] Added nativeflags option support (#2084)Yang Liu2024-11-271-1/+1
* [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)Yang Liu2024-11-251-0/+13
* [CORE] Enhanced BOX64_DYNAREC_RV64NOEXT (#2065)xctan2024-11-241-32/+24
* [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049)Yang Liu2024-11-191-1/+1
* [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option (#2033)Yang Liu2024-11-141-0/+10
* [RV64_DYNAREC] Made eflags emulation branchless with xtheadcondmov (#2019)Yang Liu2024-11-111-1/+4
* [CORE][LA64] Check LASX and display its existence (#2016)Yang Liu2024-11-101-3/+3
* [ARM64_DYNAREC] Reworked a bit FASTROUNDptitSeb2024-11-051-1/+3
* [RCFIEL] Add an option to force usage of native EGL/GLESv2 libraryptitSeb2024-11-021-0/+8
* [ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ...ptitSeb2024-10-201-0/+10
* Now x86_64 bash can be installed as box64-bash and will be automaticly used i...ptitSeb2024-10-181-1/+3
* [CORE] Refactored %pid trace file handling (#1933)Yang Liu2024-10-131-32/+50
* Fixed some command line handling regressionptitSeb2024-10-101-2/+7
* Small changed to command line argument handlingptitSeb2024-10-101-12/+13
* [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to he...ptitSeb2024-10-081-0/+8
* [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