about summary refs log tree commit diff stats
path: root/src/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved bridge name storage/retreivalptitSeb2023-12-011-3/+0
* Added full support for the SHA cpu extensionptitSeb2023-11-211-0/+2
* [ARM64_DYNAREC] Improved 0F A4 opcodeptitSeb2023-11-161-1/+4
* [ARM64_DYNAREC] Fixed shrd 32/64bits opcodesptitSeb2023-11-161-1/+4
* Workaround to handle SIGMAX properly (should help #1056)ptitSeb2023-11-151-4/+4
* [ELFLOADER] Small changes on elf memory managmentptitSeb2023-11-131-0/+1
* Cleaned up syscall and signed register accessptitSeb2023-11-101-0/+38
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-0/+1
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-051-0/+1
* Better way to track mapped memoryptitSeb2023-11-051-2/+1
* [ELFLOADER] Fixed loading of elf with huge alignmentptitSeb2023-11-011-3/+3
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-312-3/+3
* Another fix to wrapped mmap (should fix #1031, hopefully not creating more re...ptitSeb2023-10-271-0/+1
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-0/+1
* [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensionsptitSeb2023-10-181-0/+2
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-0/+1
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-171-0/+1
* Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb2023-10-132-0/+23
* Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...ptitSeb2023-10-111-0/+1
* Improved gstreamer wrappingptitSeb2023-10-091-15/+985
* [DYNAREC] Introduce a config that should save a bit of mmemory at runtime (ON...ptitSeb2023-10-011-0/+18
* [DYNAREC] Changed lock mecanism for memory protectionptitSeb2023-10-011-0/+1
* [ANDROID] Fix buildptitSeb2023-09-301-1/+3
* [ANDROID] No mallochack on AndroidptitSeb2023-09-301-7/+6
* Improvd steam/proton handling, and gstreamer initialization and a large bunch...ptitSeb2023-09-162-0/+433
* [RV64_DYNAREC] Added thead vendor extension detectionYang Liu2023-09-111-2/+11
* [ANDOIRD] Yet another attempt to fix the buildptitSeb2023-09-021-1/+2
* [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flagsptitSeb2023-08-272-0/+2
* Fixed detection and loading of program linked with glibc 2.34+ptitSeb2023-08-261-0/+1
* [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, like...ptitSeb2023-08-191-0/+1
* Change again a bit how jmpbuffer and resuming of signal is handledptitSeb2023-07-301-1/+1
* Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)ptitSeb2023-07-221-0/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-2132-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-2132-0/+0
* | Fixed some warnings/build errorsptitSeb2023-07-161-1/+2
* | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...ptitSeb2023-07-151-0/+1
* | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for spot...ptitSeb2023-07-121-1/+9
* | [DYNAREC] Used uwrapped malloc functions for dynarecptitSeb2023-07-121-4/+4
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-4/+4
* | [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-093-2/+5
* | Simplyfied internal jmpbuf handlingptitSeb2023-07-081-8/+0
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-082-2/+2
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-8/+1
* | Go back to using regular malloc/free for Dynarec temporary allocation when bu...ptitSeb2023-06-301-0/+13
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-2421-40/+38
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-222-3/+3
* | [TRACE] Improve trace for 32bits partptitSeb2023-06-181-1/+1
* | Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-183-4/+3
* | Added ability to trace and dump 32bits codeptitSeb2023-06-173-2/+6
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-172-2/+6