about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update README_CN.mdshenmo2023-09-111-3/+3
* 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 memory...ptitSeb2023-09-091-1/+1
* [DYNAREC] Small improvment on multi-thread reliance for the jumptableptitSeb2023-09-097-5/+25
* Improved default box64rcptitSeb2023-09-092-2/+14
* Added x86_64 version of libssl.so.1.1 and libcrypto.so.1.1 for convenianceptitSeb2023-09-093-0/+2
* 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
* Merge pull request #964 from wannacu/mainptitSeb2023-09-043-47/+69
|\
| * [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-045-5/+39
* Added 1 vk extension (for #963)ptitSeb2023-09-031-0/+3
* Added 1 wrapped function (for #229)ptitSeb2023-09-024-1/+30
* Merge pull request #962 from ptitSeb/androidptitSeb2023-09-0228-59/+389
|\
| * [ANDROID] typo, typo, and typoptitSeb2023-09-021-1/+1
| * [ANDROID] Don't run ctest on Android buildptitSeb2023-09-021-6/+8
| * [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 comp...ptitSeb2023-09-021-0/+9
| * [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, typ...ptitSeb2023-09-021-1/+1
| * [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 rea...ptitSeb2023-09-022-5/+10
| * [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] Try to fix buildptitSeb2023-09-021-0/+1
| * [ANDROID] More change to android/dynarec buildptitSeb2023-09-025-3/+19
| * [ANDROID] This should fix Dynarec build on AndroidptitSeb2023-09-023-4/+10
| * [ANDROID] Fix name of android compilerptitSeb2023-09-021-1/+1
| * [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-0219-41/+297
|/
* Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...ptitSeb2023-09-024-18/+21
* Update USAGE.md on rcfilesptitSeb2023-08-311-1/+4
* Merge pull request #959 from wannacu/mainptitSeb2023-08-314-4/+135
|\
| * [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-289-0/+139
* [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