about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wrapped some more libdrm and libgbm functionsptitSeb2023-09-107-16/+90
|
* Added syscall 284 (for #965)ptitSeb2023-09-091-0/+11
|
* [STEAM] Changed behaviour of simulated pressure-vesselptitSeb2023-09-091-23/+45
|
* Removed some debug leftover in libgstreamerptitSeb2023-09-094-10/+4
|
* Added some more wrapped functionsptitSeb2023-09-099-11/+115
|
* Go back to use mmap for memory allocation, as some OS restric malloc'd ↵ptitSeb2023-09-091-1/+1
| | | | memory to not being runnable (might help #939, #935 and #487, probably other)
* [DYNAREC] Small improvment on multi-thread reliance for the jumptableptitSeb2023-09-097-5/+25
|
* Improved default box64rcptitSeb2023-09-091-0/+3
|
* Added some __isoc23_XXX wrapped function as synonym to libc (for #943)ptitSeb2023-09-093-0/+7
|
* Added syscall 282 (for #965)ptitSeb2023-09-091-0/+26
|
* [32BITS] Added D4 & D5 opcodesptitSeb2023-09-071-0/+16
|
* [ARM64_DYNAREC] Fixed (66) 0F 70 opcodeswannacu2023-09-042-44/+12
|
* [ARM64_DYNAREC] Added 66 0F 7D/D0 opcodeswannacu2023-09-042-2/+36
|
* [ARM64_DYNAREC] Added 0F 1C/1D/1E opcodeswannacu2023-09-041-1/+21
|
* [ARM64_DYNAREC] Fixed 0F 38 00 PSHUFB opcode (thanks @wannacu for the hint)ptitSeb2023-09-041-1/+1
|
* Added 1 vk extension (for #963)ptitSeb2023-09-031-0/+3
|
* Added 1 wrapped function (for #229)ptitSeb2023-09-024-1/+30
|
* [ANDROID] fixing fix fix...ptitSeb2023-09-021-0/+9
|
* [ANDROID] f..ing fix, againptitSeb2023-09-021-1/+1
|
* [ANDROID] And yet again another build fix, some many missing declaration ↵ptitSeb2023-09-021-0/+9
| | | | compared to linux
* [ANDROID] And yet again another build fix, slowly but surely loosing patienceptitSeb2023-09-021-0/+4
|
* Removed unused include in bridge.cptitSeb2023-09-021-1/+0
|
* [ANDROID] And again another attempt to fix the buildptitSeb2023-09-022-0/+16
|
* [ANDROID] Oh, again another attempt to fix the build (and still my fault, ↵ptitSeb2023-09-021-1/+1
| | | | typo, typo, typo)
* [ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine)ptitSeb2023-09-021-4/+4
|
* [ANDROID] And yet another attempt to fix the build, patience limit almost ↵ptitSeb2023-09-022-5/+10
| | | | reached
* [ANDROID] And another attempt to fix the build, testing my patience it seemsptitSeb2023-09-021-0/+4
|
* [ANDOIRD] Yet another attempt to fix the buildptitSeb2023-09-021-1/+2
|
* [ANDOIRD] Another attempt to fix the buildptitSeb2023-09-021-2/+4
|
* [ANDROID] More change to android/dynarec buildptitSeb2023-09-024-2/+16
|
* [ANDROID] This should fix Dynarec build on AndroidptitSeb2023-09-023-4/+10
|
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-0217-32/+260
|
* Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when ↵ptitSeb2023-09-024-18/+21
| | | | TF is on (should help #914)
* [ARM64_DYNAREC] Added 0F 38 08/09/0A opcodewannacu2023-08-313-0/+64
|
* [ARM64_DYNAREC] Added 66 0F 38 37 opcodewannacu2023-08-311-1/+7
|
* [ARM64_DYNAREC] Added 0F 38 01/02/03/05/06/07 opcodeswannacu2023-08-312-3/+64
|
* Added 64 0F B7 opcode (for #958)ptitSeb2023-08-301-0/+12
|
* Added wrapping of libformw.so.6 (for #956)ptitSeb2023-08-288-0/+138
|
* [ELFLOADER] This was missing from previous elfloader workptitSeb2023-08-271-2/+2
|
* [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flagsptitSeb2023-08-274-48/+100
|
* [ARM64_DYNAREC] Fixed some issue with some opcode handling 8bits values ↵ptitSeb2023-08-274-18/+18
| | | | (fixed gogdl from Heroic issue, probably other program too)
* [DYNAREC] Do not use dynarec in signal handling unless CUSTOM_MALLOC for ↵ptitSeb2023-08-271-0/+5
| | | | Dynarec is defined (so off for now, to avoid random lockup on libcef and other complex programs)
* Fixed detection and loading of program linked with glibc 2.34+ptitSeb2023-08-263-4/+20
|
* Fixed signature of SDL1 AudioCallback (for #952)ptitSeb2023-08-261-1/+1
|
* [RV64_DYNAREC] Added (66) 0F 2A/2C/2D opcodeswannacu2023-08-254-13/+147
|
* [ARM64_DYNAREC] Added (66) 0F 2A/2C/2D opcodeswannacu2023-08-254-18/+175
|
* Allow running at NULL, and trigger a segfault (backport from box86 ↵Rafael Diniz2023-08-221-4/+2
| | | | 5cdc1b9fa2238938e49176fcd937a1294c55a03d
* Merge pull request #941 from wannacu/mainptitSeb2023-08-212-10/+56
|\ | | | | [ARM64_DYNAREC] Added 0F F1/F3/F7 opcodes
| * [ARM64_DYNAREC] Added 0F F1/F3/F7 opcodeswannacu2023-08-212-10/+56
| |
* | Update my_posix_spawnp()liuli2023-08-211-0/+4
|/