about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-10Wrapped some more libdrm and libgbm functionsptitSeb7-16/+90
2023-09-09Added syscall 284 (for #965)ptitSeb1-0/+11
2023-09-09[STEAM] Changed behaviour of simulated pressure-vesselptitSeb1-23/+45
2023-09-09Removed some debug leftover in libgstreamerptitSeb4-10/+4
2023-09-09Added some more wrapped functionsptitSeb9-11/+115
2023-09-09Go back to use mmap for memory allocation, as some OS restric malloc'd memory...ptitSeb1-1/+1
2023-09-09[DYNAREC] Small improvment on multi-thread reliance for the jumptableptitSeb7-5/+25
2023-09-09Improved default box64rcptitSeb2-2/+14
2023-09-09Added x86_64 version of libssl.so.1.1 and libcrypto.so.1.1 for convenianceptitSeb3-0/+2
2023-09-09Added some __isoc23_XXX wrapped function as synonym to libc (for #943)ptitSeb3-0/+7
2023-09-09Added syscall 282 (for #965)ptitSeb1-0/+26
2023-09-07[32BITS] Added D4 & D5 opcodesptitSeb1-0/+16
2023-09-04[ARM64_DYNAREC] Fixed (66) 0F 70 opcodeswannacu2-44/+12
2023-09-04[ARM64_DYNAREC] Added 66 0F 7D/D0 opcodeswannacu2-2/+36
2023-09-04[ARM64_DYNAREC] Added 0F 1C/1D/1E opcodeswannacu1-1/+21
2023-09-04[ARM64_DYNAREC] Fixed 0F 38 00 PSHUFB opcode (thanks @wannacu for the hint)ptitSeb5-5/+39
2023-09-03Added 1 vk extension (for #963)ptitSeb1-0/+3
2023-09-02Added 1 wrapped function (for #229)ptitSeb4-1/+30
2023-09-02[ANDROID] typo, typo, and typoptitSeb1-1/+1
2023-09-02[ANDROID] Don't run ctest on Android buildptitSeb1-6/+8
2023-09-02[ANDROID] fixing fix fix...ptitSeb1-0/+9
2023-09-02[ANDROID] f..ing fix, againptitSeb1-1/+1
2023-09-02[ANDROID] And yet again another build fix, some many missing declaration comp...ptitSeb1-0/+9
2023-09-02[ANDROID] And yet again another build fix, slowly but surely loosing patienceptitSeb1-0/+4
2023-09-02Removed unused include in bridge.cptitSeb1-1/+0
2023-09-02[ANDROID] And again another attempt to fix the buildptitSeb2-0/+16
2023-09-02[ANDROID] Oh, again another attempt to fix the build (and still my fault, typ...ptitSeb1-1/+1
2023-09-02[ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine)ptitSeb1-4/+4
2023-09-02[ANDROID] And yet another attempt to fix the build, patience limit almost rea...ptitSeb2-5/+10
2023-09-02[ANDROID] And another attempt to fix the build, testing my patience it seemsptitSeb1-0/+4
2023-09-02[ANDOIRD] Yet another attempt to fix the buildptitSeb1-1/+2
2023-09-02[ANDOIRD] Another attempt to fix the buildptitSeb1-2/+4
2023-09-02[ANDROID] Try to fix buildptitSeb1-0/+1
2023-09-02[ANDROID] More change to android/dynarec buildptitSeb5-3/+19
2023-09-02[ANDROID] This should fix Dynarec build on AndroidptitSeb3-4/+10
2023-09-02[ANDROID] Fix name of android compilerptitSeb1-1/+1
2023-09-02[ANDROID] Try to create an Android build, porting box86 Android buildptitSeb19-41/+297
2023-09-02Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...ptitSeb4-18/+21
2023-08-31Update USAGE.md on rcfilesptitSeb1-1/+4
2023-08-31[ARM64_DYNAREC] Added 0F 38 08/09/0A opcodewannacu3-0/+64
2023-08-31[ARM64_DYNAREC] Added 66 0F 38 37 opcodewannacu1-1/+7
2023-08-31[ARM64_DYNAREC] Added 0F 38 01/02/03/05/06/07 opcodeswannacu2-3/+64
2023-08-30Added 64 0F B7 opcode (for #958)ptitSeb1-0/+12
2023-08-28Added wrapping of libformw.so.6 (for #956)ptitSeb9-0/+139
2023-08-27[ELFLOADER] This was missing from previous elfloader workptitSeb1-2/+2
2023-08-27[ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flagsptitSeb4-48/+100
2023-08-27[ARM64_DYNAREC] Fixed some issue with some opcode handling 8bits values (fixe...ptitSeb4-18/+18
2023-08-27[DYNAREC] Do not use dynarec in signal handling unless CUSTOM_MALLOC for Dyna...ptitSeb1-0/+5
2023-08-26Fixed detection and loading of program linked with glibc 2.34+ptitSeb3-4/+20
2023-08-26Fixed signature of SDL1 AudioCallback (for #952)ptitSeb1-1/+1