| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ANDROID] And yet again another build fix, slowly but surely loosing patience | ptitSeb | 2023-09-02 | 1 | -0/+4 |
| * | Removed unused include in bridge.c | ptitSeb | 2023-09-02 | 1 | -1/+0 |
| * | [ANDROID] And again another attempt to fix the build | ptitSeb | 2023-09-02 | 2 | -0/+16 |
| * | [ANDROID] Oh, again another attempt to fix the build (and still my fault, typ... | ptitSeb | 2023-09-02 | 1 | -1/+1 |
| * | [ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine) | ptitSeb | 2023-09-02 | 1 | -4/+4 |
| * | [ANDROID] And yet another attempt to fix the build, patience limit almost rea... | ptitSeb | 2023-09-02 | 2 | -5/+10 |
| * | [ANDROID] And another attempt to fix the build, testing my patience it seems | ptitSeb | 2023-09-02 | 1 | -0/+4 |
| * | [ANDOIRD] Yet another attempt to fix the build | ptitSeb | 2023-09-02 | 1 | -1/+2 |
| * | [ANDOIRD] Another attempt to fix the build | ptitSeb | 2023-09-02 | 1 | -2/+4 |
| * | [ANDROID] More change to android/dynarec build | ptitSeb | 2023-09-02 | 4 | -2/+16 |
| * | [ANDROID] This should fix Dynarec build on Android | ptitSeb | 2023-09-02 | 3 | -4/+10 |
| * | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 2023-09-02 | 17 | -32/+260 |
| * | Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF... | ptitSeb | 2023-09-02 | 4 | -18/+21 |
| * | [ARM64_DYNAREC] Added 0F 38 08/09/0A opcode | wannacu | 2023-08-31 | 3 | -0/+64 |
| * | [ARM64_DYNAREC] Added 66 0F 38 37 opcode | wannacu | 2023-08-31 | 1 | -1/+7 |
| * | [ARM64_DYNAREC] Added 0F 38 01/02/03/05/06/07 opcodes | wannacu | 2023-08-31 | 2 | -3/+64 |
| * | Added 64 0F B7 opcode (for #958) | ptitSeb | 2023-08-30 | 1 | -0/+12 |
| * | Added wrapping of libformw.so.6 (for #956) | ptitSeb | 2023-08-28 | 8 | -0/+138 |
| * | [ELFLOADER] This was missing from previous elfloader work | ptitSeb | 2023-08-27 | 1 | -2/+2 |
| * | [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags | ptitSeb | 2023-08-27 | 4 | -48/+100 |
| * | [ARM64_DYNAREC] Fixed some issue with some opcode handling 8bits values (fixe... | ptitSeb | 2023-08-27 | 4 | -18/+18 |
| * | [DYNAREC] Do not use dynarec in signal handling unless CUSTOM_MALLOC for Dyna... | ptitSeb | 2023-08-27 | 1 | -0/+5 |
| * | Fixed detection and loading of program linked with glibc 2.34+ | ptitSeb | 2023-08-26 | 3 | -4/+20 |
| * | Fixed signature of SDL1 AudioCallback (for #952) | ptitSeb | 2023-08-26 | 1 | -1/+1 |
| * | [RV64_DYNAREC] Added (66) 0F 2A/2C/2D opcodes | wannacu | 2023-08-25 | 4 | -13/+147 |
| * | [ARM64_DYNAREC] Added (66) 0F 2A/2C/2D opcodes | wannacu | 2023-08-25 | 4 | -18/+175 |
| * | Allow running at NULL, and trigger a segfault (backport from box86 5cdc1b9fa2... | Rafael Diniz | 2023-08-22 | 1 | -4/+2 |
| * | Merge pull request #941 from wannacu/main | ptitSeb | 2023-08-21 | 2 | -10/+56 |
| |\ |
|
| | * | [ARM64_DYNAREC] Added 0F F1/F3/F7 opcodes | wannacu | 2023-08-21 | 2 | -10/+56 |
| * | | Update my_posix_spawnp() | liuli | 2023-08-21 | 1 | -0/+4 |
| |/ |
|
| * | Fixed potential issue with previous commit | ptitSeb | 2023-08-20 | 1 | -0/+1 |
| * | Cached Emulated symboled are fetched faster now | ptitSeb | 2023-08-20 | 1 | -23/+23 |
| * | Refactored how wrapped symbols are fetch and stored | ptitSeb | 2023-08-20 | 6 | -136/+229 |
| * | Start of a new dev. cycle | ptitSeb | 2023-08-20 | 1 | -1/+1 |
| * | Bumped version to v0.2.4 | ptitSeb | 2023-08-19 | 1 | -1/+1 |
| * | [TRACE] Fixed FF 25 opcode not decoding destination correctly in trace | ptitSeb | 2023-08-19 | 1 | -1/+1 |
| * | [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, like... | ptitSeb | 2023-08-19 | 3 | -16/+121 |
| * | Added a few more wrapped symbol to libxcb-randr (for #287) | ptitSeb | 2023-08-18 | 1 | -2/+2 |
| * | Added many symbols to wrapped libgmp (for #900) | ptitSeb | 2023-08-18 | 6 | -50/+211 |
| * | Merge pull request #936 from wannacu/main | ptitSeb | 2023-08-18 | 6 | -4/+319 |
| |\ |
|
| | * | [RV64_DYNAREC] Added 10/11/12/13/14 opcodes | wannacu | 2023-08-18 | 4 | -2/+248 |
| | * | [ARM64_DYNAREC] Added F0 10/11 opcodes | wannacu | 2023-08-17 | 2 | -2/+71 |
| * | | Avoid wild pointer error for my_context->elfs | kaixindeken | 2023-08-18 | 1 | -2/+6 |
| * | | Added some more wrapped symbols to libxcbrandr (for #287) | ptitSeb | 2023-08-17 | 1 | -4/+4 |
| |/ |
|
| * | [ARM64_DYNAREC] Fixes 66 AD opcode and tweaked A0/A1 and 66 A1 opcodes | ptitSeb | 2023-08-15 | 2 | -5/+11 |
| * | Added 1 more libasound wrapped symbol (for #904) | ptitSeb | 2023-08-15 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Fixed F2/F3 AD and added AC (should help #924 a bit) | ptitSeb | 2023-08-15 | 1 | -2/+20 |
| * | Fixed AD opcode (for #924, probably other too) | ptitSeb | 2023-08-15 | 2 | -13/+11 |
| * | [ARM64_DYNAREC] Added 0F C0/C1 ocpodes (helps #927) | ptitSeb | 2023-08-15 | 1 | -3/+28 |
| * | Added 1 wrapped symbol to libglib2 | ptitSeb | 2023-08-15 | 1 | -1/+1 |