| Commit message (Expand) | Author | Files | Lines |
| 2023-09-10 | Wrapped some more libdrm and libgbm functions | ptitSeb | 7 | -16/+90 |
| 2023-09-09 | Added syscall 284 (for #965) | ptitSeb | 1 | -0/+11 |
| 2023-09-09 | [STEAM] Changed behaviour of simulated pressure-vessel | ptitSeb | 1 | -23/+45 |
| 2023-09-09 | Removed some debug leftover in libgstreamer | ptitSeb | 4 | -10/+4 |
| 2023-09-09 | Added some more wrapped functions | ptitSeb | 9 | -11/+115 |
| 2023-09-09 | Go back to use mmap for memory allocation, as some OS restric malloc'd memory... | ptitSeb | 1 | -1/+1 |
| 2023-09-09 | [DYNAREC] Small improvment on multi-thread reliance for the jumptable | ptitSeb | 7 | -5/+25 |
| 2023-09-09 | Improved default box64rc | ptitSeb | 2 | -2/+14 |
| 2023-09-09 | Added x86_64 version of libssl.so.1.1 and libcrypto.so.1.1 for conveniance | ptitSeb | 3 | -0/+2 |
| 2023-09-09 | Added some __isoc23_XXX wrapped function as synonym to libc (for #943) | ptitSeb | 3 | -0/+7 |
| 2023-09-09 | Added syscall 282 (for #965) | ptitSeb | 1 | -0/+26 |
| 2023-09-07 | [32BITS] Added D4 & D5 opcodes | ptitSeb | 1 | -0/+16 |
| 2023-09-04 | [ARM64_DYNAREC] Fixed (66) 0F 70 opcodes | wannacu | 2 | -44/+12 |
| 2023-09-04 | [ARM64_DYNAREC] Added 66 0F 7D/D0 opcodes | wannacu | 2 | -2/+36 |
| 2023-09-04 | [ARM64_DYNAREC] Added 0F 1C/1D/1E opcodes | wannacu | 1 | -1/+21 |
| 2023-09-04 | [ARM64_DYNAREC] Fixed 0F 38 00 PSHUFB opcode (thanks @wannacu for the hint) | ptitSeb | 5 | -5/+39 |
| 2023-09-03 | Added 1 vk extension (for #963) | ptitSeb | 1 | -0/+3 |
| 2023-09-02 | Added 1 wrapped function (for #229) | ptitSeb | 4 | -1/+30 |
| 2023-09-02 | [ANDROID] typo, typo, and typo | ptitSeb | 1 | -1/+1 |
| 2023-09-02 | [ANDROID] Don't run ctest on Android build | ptitSeb | 1 | -6/+8 |
| 2023-09-02 | [ANDROID] fixing fix fix... | ptitSeb | 1 | -0/+9 |
| 2023-09-02 | [ANDROID] f..ing fix, again | ptitSeb | 1 | -1/+1 |
| 2023-09-02 | [ANDROID] And yet again another build fix, some many missing declaration comp... | ptitSeb | 1 | -0/+9 |
| 2023-09-02 | [ANDROID] And yet again another build fix, slowly but surely loosing patience | ptitSeb | 1 | -0/+4 |
| 2023-09-02 | Removed unused include in bridge.c | ptitSeb | 1 | -1/+0 |
| 2023-09-02 | [ANDROID] And again another attempt to fix the build | ptitSeb | 2 | -0/+16 |
| 2023-09-02 | [ANDROID] Oh, again another attempt to fix the build (and still my fault, typ... | ptitSeb | 1 | -1/+1 |
| 2023-09-02 | [ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine) | ptitSeb | 1 | -4/+4 |
| 2023-09-02 | [ANDROID] And yet another attempt to fix the build, patience limit almost rea... | ptitSeb | 2 | -5/+10 |
| 2023-09-02 | [ANDROID] And another attempt to fix the build, testing my patience it seems | ptitSeb | 1 | -0/+4 |
| 2023-09-02 | [ANDOIRD] Yet another attempt to fix the build | ptitSeb | 1 | -1/+2 |
| 2023-09-02 | [ANDOIRD] Another attempt to fix the build | ptitSeb | 1 | -2/+4 |
| 2023-09-02 | [ANDROID] Try to fix build | ptitSeb | 1 | -0/+1 |
| 2023-09-02 | [ANDROID] More change to android/dynarec build | ptitSeb | 5 | -3/+19 |
| 2023-09-02 | [ANDROID] This should fix Dynarec build on Android | ptitSeb | 3 | -4/+10 |
| 2023-09-02 | [ANDROID] Fix name of android compiler | ptitSeb | 1 | -1/+1 |
| 2023-09-02 | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 19 | -41/+297 |
| 2023-09-02 | Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF... | ptitSeb | 4 | -18/+21 |
| 2023-08-31 | Update USAGE.md on rcfiles | ptitSeb | 1 | -1/+4 |
| 2023-08-31 | [ARM64_DYNAREC] Added 0F 38 08/09/0A opcode | wannacu | 3 | -0/+64 |
| 2023-08-31 | [ARM64_DYNAREC] Added 66 0F 38 37 opcode | wannacu | 1 | -1/+7 |
| 2023-08-31 | [ARM64_DYNAREC] Added 0F 38 01/02/03/05/06/07 opcodes | wannacu | 2 | -3/+64 |
| 2023-08-30 | Added 64 0F B7 opcode (for #958) | ptitSeb | 1 | -0/+12 |
| 2023-08-28 | Added wrapping of libformw.so.6 (for #956) | ptitSeb | 9 | -0/+139 |
| 2023-08-27 | [ELFLOADER] This was missing from previous elfloader work | ptitSeb | 1 | -2/+2 |
| 2023-08-27 | [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags | ptitSeb | 4 | -48/+100 |
| 2023-08-27 | [ARM64_DYNAREC] Fixed some issue with some opcode handling 8bits values (fixe... | ptitSeb | 4 | -18/+18 |
| 2023-08-27 | [DYNAREC] Do not use dynarec in signal handling unless CUSTOM_MALLOC for Dyna... | ptitSeb | 1 | -0/+5 |
| 2023-08-26 | Fixed detection and loading of program linked with glibc 2.34+ | ptitSeb | 3 | -4/+20 |
| 2023-08-26 | Fixed signature of SDL1 AudioCallback (for #952) | ptitSeb | 1 | -1/+1 |