about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [WRAPPER] Added more wrapped function to ffmpeg, and disable it with ↵ptitSeb2025-05-1113-51/+585
| | | | NOGTK=1, as wrapping needs more work on structure callbacks
* Improved custom gstreamer-1.0 installation (for new Proton launched from ↵ptitSeb2025-05-111-0/+6
| | | | linux Steam)
* [BOX32][WRAPPER] Added some more 32bits wrapped libGL functionsptitSeb2025-05-106-13/+135
|
* [WRAPPER] Added 1 more function to wrapped fontconfigptitSeb2025-05-101-1/+1
|
* [ARM64_DYNAREC] Fixed a regression introduced with ↵ptitSeb2025-05-101-0/+3
| | | | e7b71cba5fe8ef92cc50266ed380203b7b2ed4ef (fixed broken rendering with American Truck Simulator linux version, probably others too)
* [WRAPPER] Added a few more wrapped function to ffmpegs libsptitSeb2025-05-096-3/+11
|
* [RCFIEL] Fine tuned and added a few games profileptitSeb2025-05-091-6/+14
|
* [RCFILE] Put back WEAKBARRIER 1 as defaultptitSeb2025-05-091-1/+1
|
* Fixed a potential deadlock on custom memory managment (mostly for Box32)ptitSeb2025-05-091-1/+3
|
* [GDBJIT] Added a new option to register debuginfo only after trapped into ↵Yang Liu2025-05-099-13/+32
| | | | signalhandler (#2614)
* [ENV] Refactored file-mapping handling (#2612)Yang Liu2025-05-084-71/+38
| | | | | * [ENV] Refactored file-mapping handling * fix
* [RCFILE] Fixed WEAKBARRIER=2 never taken into accountptitSeb2025-05-081-1/+1
|
* [WRAPPER] Added a couple of wrapped function to glib2 (for #71)ptitSeb2025-05-081-0/+2
|
* [DYNAREC] Use PE volatile metadata in dynarec (#2610)Yang Liu2025-05-0721-192/+322
|
* [WRAPPER] Better handling of secure_getenv, but still not perfectptitSeb2025-05-071-3/+10
|
* [NON4KPAGE] Fix AllocLoadElfMemory multiblocks wrong alignment (#2608) (#2609)Leslie Zhai2025-05-071-2/+2
|
* [WRAPPER] Added 1 more wrapped function to glib2 (for #71)ptitSeb2025-05-061-0/+1
|
* Added a simple PE loaded dedicated for volatileMetadata (#2607)Yang Liu2025-05-066-11/+338
|
* [BOX32][WRAPPER] Fix wrapping of XGetKeyboardMapping return (for #2135)ptitSeb2025-05-066-5/+22
|
* Try to fix some remaining regression with customme rbtree refactor (for #2600)ptitSeb2025-05-051-1/+1
|
* [RCFILE] Fixed all regression of BOX64_ADDLIBS settingsptitSeb2025-05-051-0/+4
|
* [TRACE] Better log for unsetenv and putenv functionsptitSeb2025-05-031-0/+4
|
* Use `setProtection_mmap` in `NewBrick` (#2599)Chi-Kuan Chiu2025-05-031-1/+1
| | | | | | | NewBrick() currently uses setProtection() after box_mmap(), which fails to mark the region with the `MEM_MMAP` label. As a result, getMmapped() returns 0, even though the memory was allocated via mmap. Closes #2598
* [ARM64_DYNAREC] Fixed a regression on 256bits VBROADCAST[B/W] opcodesptitSeb2025-05-031-2/+2
|
* [ARM64_DYNAREC] Fixed generic case of VPSHUFD opcode on memoryptitSeb2025-05-031-1/+1
|
* [ARM64_DYNAREC] Better log for scratch after ymm warningptitSeb2025-05-031-2/+10
|
* [ARM64_DYNAREC] Fixed an issue introduced with fastnan=0 handling of SQRTSS ↵ptitSeb2025-05-021-2/+2
| | | | (for #2593)
* [ARM64_DYNAREC] Small changes in a few AVX shift opcodesptitSeb2025-05-011-21/+6
|
* [ARM64_DYNAREC] Added missing instruction nameptitSeb2025-05-011-2/+2
|
* [INTERP] Added missing opcode nae in commentptitSeb2025-05-011-2/+2
|
* [ARM64_DYNAREC] Fixed edge-case for VPERM2[F/I]128 opcodesptitSeb2025-05-011-2/+2
|
* [INTERP] Fixed edge-case for VPERM2[F/I]128 opcodesptitSeb2025-05-011-4/+4
|
* [ARM_DYNAREC] Small improvments to VMASKMOVP[S/D] opcodesptitSeb2025-05-011-100/+63
|
* [INTERP] VMASKMOVP[S/D] opcodes have no register only pathptitSeb2025-05-011-0/+8
|
* [ARM64_DYNAREC] Cosmetic change to VGATHER[D/Q]P[D/S] opcodesptitSeb2025-04-301-2/+4
|
* [ARM64_DYNAREC] Small rework on VFMAD*S[S/D] opcodesptitSeb2025-04-301-3/+6
|
* [INTERP] Fixed another instruction name commentptitSeb2025-04-301-1/+1
|
* [ARM64_DYNAREC] Small improvment to VPBROADCAST[B/W] opcodesptitSeb2025-04-301-20/+10
|
* [INTERP] Improved NAN handling on VSUBPD opcodeptitSeb2025-04-301-0/+4
|
* [ARM64_DYNAREC] Fixed a potential issue with (V)STMXCSR opcodesptitSeb2025-04-302-2/+2
|
* [ARM64_DYNAREC] Add fastnan=0 handling in (V)SQRTSS opcodesptitSeb2025-04-303-3/+27
|
* [INTERP] Improved NAN handling for some (V)SQRTS[S/D] opcodesptitSeb2025-04-304-2/+12
|
* [INTERP] Improve NAN handling on SQRTPS opcodeptitSeb2025-04-301-2/+4
|
* [ARM64_DYNAREC] Switched RSQRTPS to precise instead of aproximateptitSeb2025-04-291-1/+8
|
* [INTERP] Improved (V)RSQRTSS opcodesptitSeb2025-04-292-3/+20
|
* [ARM64_DYNAREC] Switched RPCPS opcode to precise 1/A instead of approximateptitSeb2025-04-291-1/+7
|
* [ARM64_DYNAREC] Small optim on PTEST opcodeptitSeb2025-04-291-17/+21
|
* [INTERP] Fixed some more instruction name commentsptitSeb2025-04-291-2/+2
|
* [WRAPPERHELPER] Fixed 02423c2 (#2584)rajdakin2025-04-281-2/+1
|
* [RV64_DYNAREC] Minor optim to 8 bit TEST opcode (#2583)Yang Liu2025-04-283-13/+18
|