about summary refs log tree commit diff stats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [TRACE] Fixes some crash when setting a trace in a lib load laterptitSeb2023-11-271-2/+2
* [DYNAREC_RV64] Fixed BTS BTR BTC for zbs extension (#1084)Yang Liu2023-11-261-1/+1
* Added full support for the SHA cpu extensionptitSeb2023-11-211-0/+14
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-0/+19
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-051-0/+14
* Some fixes to the BOX64_TRACE_FILE settingptitSeb2023-11-051-6/+9
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-311-16/+5
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-0/+7
* [ARM64] More unaligned improvmentsptitSeb2023-10-221-2/+2
* [ARM64_DYNAREC] ifdef'd the new HW_CAP tests, to be able to build on older sy...ptitSeb2023-10-191-0/+8
* [ARM64_DYNAREC] One more extension detected (not used yet)ptitSeb2023-10-181-0/+7
* [ARM64_DYNAREC] More ARM64 extensions detectionptitSeb2023-10-181-0/+15
* Fix build issuesptitSeb2023-10-181-0/+1
* [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensionsptitSeb2023-10-181-0/+10
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-2/+12
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-171-0/+10
* Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb2023-10-131-3/+3
* Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...ptitSeb2023-10-111-1/+11
* [ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001)KreitinnSoftware2023-10-011-1/+5
* Improvd steam/proton handling, and gstreamer initialization and a large bunch...ptitSeb2023-09-161-11/+38
* Fixed typoYang Liu2023-09-111-1/+1
* [RV64_DYNAREC] Added thead vendor extension detectionYang Liu2023-09-111-8/+27
* Fixed detection and loading of program linked with glibc 2.34+ptitSeb2023-08-261-3/+3
* add /usr/x86_64-linux-gnu/lib to the shared library search pathJohannes Schauer Marin Rodrigues2023-07-231-0/+2
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Improved handling of malloc_hack_2ptitSeb2023-07-121-1/+3
* | [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-091-2/+3
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-0/+1
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-1/+1
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...ptitSeb2023-05-311-0/+10
* | fix exit doesnt free jump table completely (#781)kaixindeken2023-05-121-4/+4
* | Optimized Exit bridge managmentptitSeb2023-05-101-1/+1
* | Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-3/+8
* | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-071-0/+10
* | [RV64_DYNAREC] Added undocumented BOX64_DYNAREC_RV64NOEXT to disable all RV64...ptitSeb2023-05-021-1/+2
* | [RV64_DYNAREC] Added more opcodes (#751)xctan2023-05-021-1/+1
* | Change default log value only if stdout is redirected, not box log outputptitSeb2023-05-011-1/+1
* | [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensionsptitSeb2023-05-011-0/+12
|/
* [DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly better...ptitSeb2023-04-261-1/+1
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-251-6/+13
* Prepend ld_library list instead of appendptitSeb2023-04-161-1/+1
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-4/+4
* [DYNAREC] Some fine-tunning to cosimptitSeb2023-04-011-0/+1
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+13
* fix some spelling mistakes (#640)josch2023-03-261-5/+5
* Rv64 dynarec (#550)ptitSeb2023-03-121-0/+3
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ...ptitSeb2023-03-071-0/+13
* [DYNAREC] Put box64 dynarec and cpu info on the same lineptitSeb2023-03-061-2/+2
* Change branding of Cpu to refect Box64 and the cpu it's running onptitSeb2023-03-061-4/+6