| Commit message (Expand) | Author | Age | Files | Lines |
| * | Optimized getDB, setProtection and freeProtection | ptitSeb | 2022-11-13 | 1 | -11/+35 |
| * | Added 1 vulkan extension | ptitSeb | 2022-11-13 | 6 | -0/+20 |
| * | Added wrapped libgstgl-1.0 with a few functions | ptitSeb | 2022-11-13 | 9 | -12/+474 |
| * | Changed steam-pressure-vessel wrapping to include system libs first | ptitSeb | 2022-11-13 | 1 | -5/+7 |
| * | Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r... | ptitSeb | 2022-11-13 | 9 | -103/+124 |
| * | Fixed wrapped function signature for vkCmdSetScissorWithCount, | ptitSeb | 2022-11-12 | 1 | -2/+2 |
| * | Fix an issue with dynarec build when running without dynarec | ptitSeb | 2022-11-11 | 1 | -1/+1 |
| * | x86_64 build don't need CreateCPUInfoFile | ptitSeb | 2022-11-11 | 1 | -1/+1 |
| * | Actualy fix x86_64 build | ptitSeb | 2022-11-11 | 1 | -1/+1 |
| * | Fix x86_64 build | ptitSeb | 2022-11-11 | 1 | -1/+1 |
| * | Improved cpu cores detection and reporting | ptitSeb | 2022-11-11 | 3 | -8/+41 |
| * | Fixed some fuse wrapped functions (better AppImage compatibility) | ptitSeb | 2022-11-11 | 5 | -114/+188 |
| * | Added fuse_main_real wrapped function | ptitSeb | 2022-11-10 | 6 | -1/+1123 |
| * | [DYNAREC] Fixed alternate address not always taken into account by Dynarec | ptitSeb | 2022-11-02 | 1 | -0/+3 |
| * | Fixed a small memory leak with Dynarec | ptitSeb | 2022-11-02 | 1 | -0/+3 |
| * | [ANDROID] Build fix | ptitSeb | 2022-11-01 | 2 | -2/+2 |
| * | Added libudev.so.1 dependancy for wrapped libudev.so.0 | ptitSeb | 2022-11-01 | 1 | -1/+2 |
| * | Added llrintl wrapped function (for #419) | ptitSeb | 2022-11-01 | 4 | -1/+13 |
| * | Added XftNameUnparse wrapped function (for #424) | ptitSeb | 2022-11-01 | 1 | -1/+1 |
| * | Added a few libflac wrapped function (for #425) | ptitSeb | 2022-11-01 | 1 | -3/+3 |
| * | Addedsyscall 24 (for #429) | ptitSeb | 2022-11-01 | 1 | -0/+1 |
| * | Detect when program is linked with glibc 2.34+ to workaround the default libc... | ptitSeb | 2022-11-01 | 6 | -5/+47 |
| * | Remove dynablocklist (#438) | ptitSeb | 2022-10-31 | 19 | -747/+475 |
| * | [DYNAREC] Reprotect bridge when emu is running | ptitSeb | 2022-10-30 | 1 | -1/+5 |
| * | Added some more wrapped function to libX11 (for #436) | ptitSeb | 2022-10-29 | 4 | -5/+9 |
| * | Fixed a signature in tbbmallocproxy wrapped lib | ptitSeb | 2022-10-29 | 5 | -9/+3 |
| * | Re-disabled the abort when quitting, seems stable now | ptitSeb | 2022-10-29 | 1 | -1/+1 |
| * | [DYNAREC] Small change to use alloca instead of customMalloc | ptitSeb | 2022-10-29 | 1 | -8/+2 |
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 23 | -64/+771 |
| * | Added support for MOVBE extension ([DYNAREC] too) | ptitSeb | 2022-10-29 | 3 | -0/+45 |
| * | Better fix, again, for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -2/+2 |
| * | Optimized custom pthread_once | ptitSeb | 2022-10-29 | 1 | -0/+3 |
| * | Better fix for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -8/+11 |
| * | Don't enable steamwebhelper yet | ptitSeb | 2022-10-29 | 1 | -1/+1 |
| * | Fixed FT_Outline_Decompose wrapped function | ptitSeb | 2022-10-29 | 5 | -2/+125 |
| * | Added a few x11 wrapped function (for #436) | ptitSeb | 2022-10-29 | 1 | -6/+6 |
| * | Fix for dlsym(RTLD_NEXT, ...) | ptitSeb | 2022-10-29 | 1 | -0/+2 |
| * | Small imrpovment to custom phtread_once | ptitSeb | 2022-10-29 | 1 | -2/+1 |
| * | [DYNAREC] Fixed a potential issue with free range of dynablock | ptitSeb | 2022-10-29 | 1 | -1/+2 |
| * | Imrpoved Bridges, again | ptitSeb | 2022-10-29 | 1 | -14/+21 |
| * | Added 66 0F 38 10 opcode ({DYNAREC] too) | ptitSeb | 2022-10-29 | 2 | -0/+25 |
| * | Added a few more wrapped libfuse functions | ptitSeb | 2022-10-29 | 1 | -5/+5 |
| * | [DYNAREC] More log when using BOX64_NODYNAREC | ptitSeb | 2022-10-28 | 2 | -1/+4 |
| * | [DYNAREC] Fixed F3 0F 5B opcode | ptitSeb | 2022-10-28 | 1 | -4/+13 |
| * | [DYNAREC] Fixed an emitter | ptitSeb | 2022-10-28 | 1 | -1/+1 |
| * | [DYNAREC] Added 66 F0 0F B1 opcode | ptitSeb | 2022-10-28 | 1 | -0/+47 |
| * | [DYNAREC] Added 66 87 opcode | ptitSeb | 2022-10-28 | 1 | -0/+29 |
| * | [DYNAREC] Added (F2/F3) AD ocpodes | ptitSeb | 2022-10-28 | 1 | -0/+20 |
| * | Added 66 0F 7D opcode | ptitSeb | 2022-10-28 | 1 | -1/+25 |
| * | Re-enabled the abort if exit is too long, seems to be still needed | ptitSeb | 2022-10-27 | 1 | -1/+1 |