| Commit message (Expand) | Author | Age | Files | Lines |
| * | Also needed a RunFunctionWindows, following the Windows Calling Convention (a... | ptitSeb | 2023-02-12 | 3 | -3/+50 |
| * | [WRAPPERS] Version update | rajdakin | 2023-02-12 | 539 | -539/+539 |
| * | [WRAPPERS] Fixed the Windows ABI | rajdakin | 2023-02-12 | 3 | -332/+332 |
| * | [WRAPPER] Forgot to filter out Windows function from isSimpleWrapper() | rajdakin | 2023-02-12 | 1 | -52/+0 |
| * | Change all d3dadapter9 to W type of wrappers | ptitSeb | 2023-02-12 | 8 | -975/+1204 |
| * | Added preliminary support for d3dadapter9, but need more work on calling conv... | ptitSeb | 2023-02-12 | 19 | -6/+2400 |
| * | Fix non-dynarec builds | ptitSeb | 2023-02-12 | 1 | -0/+6 |
| * | Small improvment for emu thread tracking | ptitSeb | 2023-02-12 | 1 | -13/+5 |
| * | Fixed a nasty typo in free_neededlibs | ptitSeb | 2023-02-12 | 1 | -1/+1 |
| * | [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han... | ptitSeb | 2023-02-12 | 15 | -142/+245 |
| * | Fixed a memory leak in env handling | ptitSeb | 2023-02-12 | 1 | -0/+1 |
| * | Fixed a memory leak in rcfile | ptitSeb | 2023-02-12 | 1 | -1/+3 |
| * | Added some more gtk3 wrapped functions | ptitSeb | 2023-02-12 | 4 | -32/+39 |
| * | [DYNAREC] Fixed a typo in setProtection | ptitSeb | 2023-02-11 | 1 | -19/+1 |
| * | Added some more function to wrapped libgcrypt.so | ptitSeb | 2023-02-11 | 6 | -14/+105 |
| * | [DYNAREC] Improved bridge handling | ptitSeb | 2023-02-11 | 1 | -25/+21 |
| * | Fixed parameter order for BOX64_DYNAREC_HOTPAGE env parsing. (#511) | Tristan Morgan | 2023-02-09 | 1 | -1/+1 |
| * | Changes for Alpine (#508) | RainbowC0 | 2023-02-05 | 2 | -1/+4 |
| * | Added a couple of wrapped libX11 function (for #503) | ptitSeb | 2023-02-04 | 1 | -2/+2 |
| * | Added fts64_XXX wrapped functions to libc (for #503) | ptitSeb | 2023-02-04 | 4 | -5/+15 |
| * | Added partial support for register_printf_specifier and friend (for #503) | ptitSeb | 2023-02-04 | 4 | -4/+92 |
| * | Added sqrtl wrapped function (for #503) | ptitSeb | 2023-02-04 | 1 | -1/+5 |
| * | Added some more wrapped functions to glib2 and gobject2 (for #503) | ptitSeb | 2023-02-04 | 9 | -29/+142 |
| * | Update x64emu.c (#507) | RainbowC0 | 2023-02-03 | 1 | -1/+10 |
| * | Don't wrap struct obstack, alignment should be the same (for #504) | ptitSeb | 2023-02-02 | 1 | -2/+32 |
| * | Added F0 FE /1 and /2 opcodes ([DYNAREC] too) (for #505) | ptitSeb | 2023-02-02 | 2 | -2/+81 |
| * | Added 1 vulkan extension | ptitSeb | 2023-01-29 | 1 | -0/+33 |
| * | [DYNAREC] Made FASTROUND the default (faster, less accurate) | ptitSeb | 2023-01-29 | 1 | -3/+3 |
| * | Added a couple of extension to libGL wrapper | ptitSeb | 2023-01-29 | 1 | -0/+8 |
| * | dlopen with RTLD_NOLOAD flags should inc refcount if lib is present | ptitSeb | 2023-01-29 | 1 | -2/+0 |
| * | Fixed another regression from last lib init/fini refactor (fixed SiliconZero ... | ptitSeb | 2023-01-28 | 1 | -7/+5 |
| * | Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil... | ptitSeb | 2023-01-28 | 4 | -10/+13 |
| * | [DYNAREC] Fixed a potential crash when running without Dynarec | ptitSeb | 2023-01-28 | 1 | -1/+2 |
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in... | ptitSeb | 2023-01-28 | 9 | -108/+205 |
| * | [DYNAREC] Improved Strong Memory Model emulation | ptitSeb | 2023-01-28 | 1 | -3/+3 |
| * | [DYNAREC] Forced 64 FF /4 JMP ocode to fetch X_PEND | ptitSeb | 2023-01-28 | 1 | -0/+1 |
| * | [DYNAREC] Fixed a regression with C1 /0 and C1 /1 opcodes | ptitSeb | 2023-01-28 | 1 | -6/+4 |
| * | Added 1 more syscall | ptitSeb | 2023-01-22 | 1 | -0/+1 |
| * | use sighandler_t instead of __sighandler_t so it compiles for musl (#500) | Steven Vanden Branden | 2023-01-20 | 1 | -3/+3 |
| * | [DYNAREC] Try to fix 66 64 0F 2E/2F ocpode (for #488) | ptitSeb | 2023-01-19 | 1 | -1/+1 |
| * | Added a few wrapped gio2 symbols (for #490) | ptitSeb | 2023-01-19 | 1 | -4/+4 |
| * | Added curl_easy_opt 20094 and friend (for #497) | ptitSeb | 2023-01-19 | 1 | -2/+27 |
| * | Fix, for good, non-dynarec build | ptitSeb | 2023-01-05 | 1 | -1/+1 |
| * | Fix build on non-dynarec build | ptitSeb | 2023-01-05 | 1 | -1/+1 |
| * | Added more command to rcfiles, and a default one when system version is not f... | ptitSeb | 2023-01-05 | 3 | -16/+63 |
| * | Fixed an issue with TLS Relocation (should fix the regression notified in #360) | ptitSeb | 2023-01-05 | 1 | -1/+1 |
| * | [DYNAREC] Force reading of X_PEND flags for FF /4 JMP opcode | ptitSeb | 2023-01-03 | 1 | -0/+1 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 16 | -208/+213 |
| * | Added a bunch of libexpat wrapped function (for Heroic Launcher / Legendary) | ptitSeb | 2022-12-31 | 4 | -44/+690 |
| * | [DYNAREC] make jmp 0 do a jmp_to_next to allow the block to be checked and re... | ptitSeb | 2022-12-31 | 1 | -1/+1 |