about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [RCFILE] Add a function to quickly get current process nameptitSeb2024-01-021-1/+5
|
* Fixed issue on rbtree on rb_get_end when end is another blockptitSeb2023-12-311-13/+19
|
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-312-2/+896
| | | | | * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build
* [RCFILE] Made so that BOX64_MAXCPU is the minimum value if set both on ↵ptitSeb2023-12-231-1/+6
| | | | command line and a/many profile
* Cleanup some code (#1157)xctan2023-12-231-1/+1
| | | | | * Fix the size of random bytes in the auxiliary vector (AT_RANDOM) to 16 bytes * [ELFLOADER] Remove an unused statement
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and ↵ptitSeb2023-12-212-2/+3
| | | | created profile for wine, wine64 and GridAutosport using it
* [RCFILE] Fixed file leakptitSeb2023-12-181-0/+1
|
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-151-0/+2
|
* Added lldb option to JITGDBptitSeb2023-12-151-1/+1
|
* Many new (and some fixed) gtk3/gdk3 functions (for Cemu)ptitSeb2023-12-071-5/+34
|
* [GTK3] Wrapped GtkFixedptitSeb2023-12-061-0/+29
|
* Improved bridge name storage/retreivalptitSeb2023-12-012-35/+8
|
* Some small changes to cpuid and exposed BMI1ptitSeb2023-11-221-2/+23
|
* Fixed cpu name gatheringptitSeb2023-11-221-4/+6
|
* Added full support for the SHA cpu extensionptitSeb2023-11-211-4/+5
|
* Saved defered flag status when processing signal / foreign functionptitSeb2023-11-171-1/+15
|
* [TRACE] Small improvment to trace handlingptitSeb2023-11-151-2/+2
|
* 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 ↵ptitSeb2023-11-071-0/+5
| | | | BOX64_DYNAREC_TEST in rcfile like in command line
* 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
| | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build
* [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 ↵ptitSeb2023-10-111-0/+4
| | | | SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018)
* 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 ↵ptitSeb2023-10-011-0/+3
| | | | skipable when using box, so skip it
* Improvd steam/proton handling, and gstreamer initialization and a large ↵ptitSeb2023-09-161-42/+1324
| | | | bunch of gtk improvments
* 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 bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-218-0/+0
| | | | | | | | Closes: #895
* | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for ↵ptitSeb2023-07-121-4/+45
| | | | | | | | spotify)
* | 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 & ↵ptitSeb2023-07-082-3/+3
| | | | | | | | heroic and other libcef based software)
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-69/+30
| | | | | | | | | | | | | | * Use 32-bit push/pop for PUSHAD/POPAD. * Always specify the Push/Pop size explicitly. * Make the Push/Pop functions inline.
* | [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
| |