about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-0/+1
* [ELFLOADER] Take wine prereserve memory into accountptitSeb2023-11-081-0/+2
* [RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using BOX64_DYNAREC_TEST...ptitSeb2023-11-071-0/+5
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-051-0/+3
* [RCFILE] Added more trace when applying BOX64_TRACE_FILE settingptitSeb2023-11-051-0/+1
* Better way to track mapped memoryptitSeb2023-11-051-1/+1
* Added full SSE 4.2 supportptitSeb2023-10-301-0/+3
* Small change on cpuid stuffsptitSeb2023-10-291-5/+6
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-1/+2
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-1/+9
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-171-0/+2
* No actual need for emu when calling my_mmap and my_munmapptitSeb2023-10-131-4/+3
* A bit more changes to cpuid bits and cpu identificationsptitSeb2023-10-111-6/+6
* Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...ptitSeb2023-10-111-0/+4
* Small change on cpuid feature flags for leaf 0x80000001ptitSeb2023-10-111-3/+8
* Fixed processor/core count in cpuid and proc/cpuinfoptitSeb2023-10-101-8/+102
* Improved gstreamer wrappingptitSeb2023-10-091-78/+961
* Improved cpu speed detectionptitSeb2023-10-071-2/+28
* This steam-runtime-launcher-service process never exit and seems to be skipab...ptitSeb2023-10-011-0/+3
* Improvd steam/proton handling, and gstreamer initialization and a large bunch...ptitSeb2023-09-161-42/+1324
* Improved default box64rcptitSeb2023-09-091-0/+3
* [ANDROID] fixing fix fix...ptitSeb2023-09-021-0/+9
* Removed unused include in bridge.cptitSeb2023-09-021-1/+0
* Improved jmpbuff handling a bitptitSeb2023-08-131-3/+3
* Merge pull request #896 from josch/exeptitSeb2023-07-218-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-218-0/+0
* | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for spot...ptitSeb2023-07-121-4/+45
* | Fixed previous commitptitSeb2023-07-091-3/+2
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-092-39/+33
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-082-3/+3
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-69/+30
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-221-1/+1
* | [32BITS] Fixed an issue with 66 A1/A3 opcodesptitSeb2023-06-181-2/+4
* | [DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805)ptitSeb2023-06-041-0/+3
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...ptitSeb2023-05-311-0/+2
* | Added GstTaskPoll to gtkclass wrappingptitSeb2023-05-281-0/+43
* | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-071-512/+512
* | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-071-0/+2
* | Adjusted default rcfile for steamptitSeb2023-05-061-1/+1
* | Introduced RunFunctionFmt (should help RV64 and other signe extended platform...ptitSeb2023-04-281-0/+93
|/
* Added more gtk3 wrapped functions (#731)lizhuoheng2023-04-231-7/+330
* Added more gtk3 wrapped functions (#727)lizhuoheng2023-04-231-0/+190
* [DYNAREC] Fixed vsyscall bridgeptitSeb2023-04-221-28/+9
* Fixed a macro and change chinese comment to englishptitSeb2023-04-211-1/+1
* Added more gtk3 wrapped functions (#720)lizhuoheng2023-04-211-0/+94
* [RV64_DYNAREC] Fixed 0F BD opcode (Fixed SV)ptitSeb2023-04-111-1/+1
* [RV64_DYNAREC] Added 0F BC/BD opcodesptitSeb2023-04-111-1/+6
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-101-1/+2
* [DYNAREC] Never protect bridge memory (ported from box86)ptitSeb2023-04-021-16/+3
* Improved test17 and finetuned factorio profile to disable FASTROUND on DynarecptitSeb2023-04-011-0/+3