| Commit message (Expand) | Author | Age | Files | Lines |
| * | [RV64_DYNAREC] Added more support for XTheadMemPair extension (#995) | Yang Liu | 2023-09-27 | 8 | -959/+1080 |
| * | Update dynarec_arm64_emit_math.c (#994) | liuli | 2023-09-27 | 1 | -1/+1 |
| * | [RV64_DYNAREC] Added more support for XTheadBs extension (#993) | Yang Liu | 2023-09-26 | 3 | -42/+39 |
| * | Added a few missing GLES wrapped function to libGL | ptitSeb | 2023-09-26 | 4 | -0/+20 |
| * | Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too) | ptitSeb | 2023-09-26 | 2 | -2/+24 |
| * | Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe... | ptitSeb | 2023-09-26 | 1 | -0/+2 |
| * | Added wrapping of libicuuc66 and libicui18n66 (for when using ubuntu 20.04) | ptitSeb | 2023-09-26 | 12 | -0/+313 |
| * | Add SDL_RenderWindowToLogical and SDL_SetSurfaceColorMod wrapped functions fo... | SeeSchloß | 2023-09-25 | 1 | -0/+2 |
| * | [RV64_DYNAREC] Added more support for XTheadBb extension (#989) | Yang Liu | 2023-09-24 | 6 | -1910/+2045 |
| * | [DYNAREC] Use interpretor code for FPREM/FPREM1 instead of simplified version | ptitSeb | 2023-09-23 | 1 | -13/+36 |
| * | Added 64/65 8E opcode (for #982) | ptitSeb | 2023-09-17 | 1 | -1/+6 |
| * | Better handling of tls for elf loaded with dlopen (should fix a bunch of stuff) | ptitSeb | 2023-09-16 | 1 | -10/+9 |
| * | Small changes to wrapped libdl on last_error handling | ptitSeb | 2023-09-16 | 1 | -19/+19 |
| * | Small change to fileno wrapped signature | ptitSeb | 2023-09-16 | 1 | -2/+2 |
| * | [ARM64_DYNAREC] Added 64/65 01/21/29/31 opcodes | ptitSeb | 2023-09-16 | 1 | -0/+43 |
| * | [ARM64_DYNAREC] Added (F2/F3) AF opcode (for #975) | ptitSeb | 2023-09-16 | 1 | -0/+36 |
| * | Improvd steam/proton handling, and gstreamer initialization and a large bunch... | ptitSeb | 2023-09-16 | 83 | -600/+5526 |
| * | [RV64_DYNAREC] Added some support for XTheadBb extension (#977) | Yang Liu | 2023-09-13 | 3 | -22/+103 |
| * | [CI] Test RISCV with bit-manipulation extensions on (#972) | Yang Liu | 2023-09-12 | 1 | -1/+1 |
| * | Fixed CI and simplified | Yang Liu | 2023-09-12 | 3 | -38/+20 |
| * | Use macro | Yang Liu | 2023-09-12 | 3 | -70/+19 |
| * | [DYNAREC_RV64] Added support for xtheadba | Yang Liu | 2023-09-12 | 2 | -11/+43 |
| * | Fixed typo | Yang Liu | 2023-09-11 | 1 | -1/+1 |
| * | Try to fix memory instructions detection | Yang Liu | 2023-09-11 | 1 | -5/+6 |
| * | [RV64_DYNAREC] Added thead vendor extension detection | Yang Liu | 2023-09-11 | 4 | -11/+251 |
| * | Wrapped some more libdrm and libgbm functions | ptitSeb | 2023-09-10 | 7 | -16/+90 |
| * | Added syscall 284 (for #965) | ptitSeb | 2023-09-09 | 1 | -0/+11 |
| * | [STEAM] Changed behaviour of simulated pressure-vessel | ptitSeb | 2023-09-09 | 1 | -23/+45 |
| * | Removed some debug leftover in libgstreamer | ptitSeb | 2023-09-09 | 4 | -10/+4 |
| * | Added some more wrapped functions | ptitSeb | 2023-09-09 | 9 | -11/+115 |
| * | Go back to use mmap for memory allocation, as some OS restric malloc'd memory... | ptitSeb | 2023-09-09 | 1 | -1/+1 |
| * | [DYNAREC] Small improvment on multi-thread reliance for the jumptable | ptitSeb | 2023-09-09 | 7 | -5/+25 |
| * | Improved default box64rc | ptitSeb | 2023-09-09 | 1 | -0/+3 |
| * | Added some __isoc23_XXX wrapped function as synonym to libc (for #943) | ptitSeb | 2023-09-09 | 3 | -0/+7 |
| * | Added syscall 282 (for #965) | ptitSeb | 2023-09-09 | 1 | -0/+26 |
| * | [32BITS] Added D4 & D5 opcodes | ptitSeb | 2023-09-07 | 1 | -0/+16 |
| * | [ARM64_DYNAREC] Fixed (66) 0F 70 opcodes | wannacu | 2023-09-04 | 2 | -44/+12 |
| * | [ARM64_DYNAREC] Added 66 0F 7D/D0 opcodes | wannacu | 2023-09-04 | 2 | -2/+36 |
| * | [ARM64_DYNAREC] Added 0F 1C/1D/1E opcodes | wannacu | 2023-09-04 | 1 | -1/+21 |
| * | [ARM64_DYNAREC] Fixed 0F 38 00 PSHUFB opcode (thanks @wannacu for the hint) | ptitSeb | 2023-09-04 | 1 | -1/+1 |
| * | Added 1 vk extension (for #963) | ptitSeb | 2023-09-03 | 1 | -0/+3 |
| * | Added 1 wrapped function (for #229) | ptitSeb | 2023-09-02 | 4 | -1/+30 |
| * | [ANDROID] fixing fix fix... | ptitSeb | 2023-09-02 | 1 | -0/+9 |
| * | [ANDROID] f..ing fix, again | ptitSeb | 2023-09-02 | 1 | -1/+1 |
| * | [ANDROID] And yet again another build fix, some many missing declaration comp... | ptitSeb | 2023-09-02 | 1 | -0/+9 |
| * | [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 |