about summary refs log tree commit diff stats
path: root/src/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-232-0/+4
* [DYNAREC] use an rbtree for dynablock size and max_db_size updateptitSeb2024-01-232-0/+3
* Round size to pagesize on the tracked memoryptitSeb2024-01-161-0/+2
* [RBTREE] Reverted memory tracking to 32 bits (#1201)rajdakin2024-01-132-9/+14
* Added (much) more slot for genereic GCallback on gobject2ptitSeb2024-01-071-0/+102
* [ARM64_DYNAREC] Attempt to use FRINTTS extensionptitSeb2024-01-051-0/+1
* [RCFILE] Add a function to quickly get current process nameptitSeb2024-01-021-0/+1
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-313-10/+18
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-0/+5
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...ptitSeb2023-12-211-0/+1
* Many new (and some fixed) gtk3/gdk3 functions (for Cemu)ptitSeb2023-12-071-3/+19
* [GTK3] Wrapped GtkFixedptitSeb2023-12-061-0/+12
* Fix for non-dynarec buildptitSeb2023-12-061-1/+1
* [INTERPRETER] Added addling to divide by 0 exceptionptitSeb2023-12-051-0/+1
* 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