about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Small cosmetic change in updateNeed utility functionptitSeb2023-07-171-2/+2
* Actually added execle wrapped function (for #850)ptitSeb2023-07-173-1/+3
* Added a few wrapped function to libmpg123 (for #820)ptitSeb2023-07-161-0/+3
* [ARM64_DYNAREC] Fixed an issue with GB high extraction/re-insertion (for #867...ptitSeb2023-07-161-3/+3
* Added wrapped execle (for #850)ptitSeb2023-07-161-2/+32
* [32BITS] Added 64 67 8B opcode (for #870)ptitSeb2023-07-165-0/+91
* Fixed some warnings/build errorsptitSeb2023-07-161-1/+2
* Fixed some of 16bits opcodes ([ARM64_DYNAREC] too)ptitSeb2023-07-162-7/+7
* [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...ptitSeb2023-07-155-5/+15
* [DYNAREC] Better handling if wrapped function that return float/double in x87...ptitSeb2023-07-142-6/+10
* [ARM64_DYNAREC] Added 66 9C/9D opcodes (mostly for 32bits)ptitSeb2023-07-142-0/+26
* Added 66 9C/9D opcodes (mostly for 32bits)ptitSeb2023-07-141-0/+10
* [DYNAREC] Fixed an issue with forward jump state retreivalptitSeb2023-07-141-0/+7
* Some fixes to wrapped libgio2 (for #840 and #46)ptitSeb2023-07-141-6/+10
* [DYNAREC] Fixed an issue with calling native function that return a long doub...ptitSeb2023-07-137-8/+31
* Added some more gtkclass wrapping and fixed g_initable_new wrapping (for spot...ptitSeb2023-07-123-9/+70
* Added empty wrapped libcap.so.2 and libgomp.so.2ptitSeb2023-07-1212-0/+645
* Added more path option when searching for x86_64 librariesptitSeb2023-07-121-0/+7
* Improved handling of malloc_hack_2ptitSeb2023-07-124-15/+38
* [DYNAREC] Used uwrapped malloc functions for dynarecptitSeb2023-07-121-4/+4
* Added one more function to wrapped libdbusptitSeb2023-07-104-1/+19
* Improved wrapping of XextAddDisplay libxext functionptitSeb2023-07-091-68/+243
* Fixed previous commitptitSeb2023-07-091-3/+2
* Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-0978-766/+756
* [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-099-34/+91
* Better wrapping for __libc_stack_end symbolptitSeb2023-07-083-8/+10
* Fixed non dynarec buildptitSeb2023-07-081-22/+19
* Fixed an issue with Alternate address and PltResolverptitSeb2023-07-081-0/+1
* Simplyfied internal jmpbuf handlingptitSeb2023-07-085-130/+77
* Some more small improvments to BOX64_MALLOC_HACK=2ptitSeb2023-07-081-4/+1
* More work on BOX64_MALLOC_HACK=2ptitSeb2023-07-081-27/+77
* Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-0814-105/+74
* But sigaction debug message back to LOG_DEBUG levelptitSeb2023-07-061-1/+1
* Added __isoc99_swscanf wrapped function to libc for real this time (for #424)ptitSeb2023-07-053-1/+3
* Added __iso99_swscanf wrapped function to libc (for #424)ptitSeb2023-07-051-0/+8
* Added some more libxft wrapped function (for #424)ptitSeb2023-07-051-6/+6
* A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-039-136/+119
* Added 2 wrapped function for libxft (for #424)ptitSeb2023-07-021-2/+2
* Fixed signature for wrapped vkGetPhysicalDeviceQueueFamilyProperties2 functionptitSeb2023-07-021-1/+1
* Better wrapping for libz and liblzmaptitSeb2023-07-025-61/+152
* Go back to using regular malloc/free for Dynarec temporary allocation when bu...ptitSeb2023-06-304-14/+27
* Small improvement to Signal Handling, and put back trace of Syscall/Sigaction...ptitSeb2023-06-301-4/+7
* [DYNAREC] Fix push rsp instruction (#875)Alexandre Julliard2023-06-283-4/+10
* [32BITS][RV64_DYNAREC] Hanlding of STll struct in FILD/FISTP (#868)Yang Liu2023-06-273-10/+47
* Reworked a bit privileged instruction ([32BITS] too)(ARM64_DYNAREC] too)ptitSeb2023-06-274-40/+41
* Added handling of INT 0x29 (__fastfail)ptitSeb2023-06-262-0/+14
* [32BITS][ARM64_DYNAREC] Added 66 60/61 opcodes (for #865)ptitSeb2023-06-262-0/+34
* [32BITS] Added 66 60/61 opcodes (for #865)ptitSeb2023-06-261-22/+52
* [DYNAREC_RV64] Fixed A0 MOV AL,Ob (#866)Yang Liu2023-06-262-2/+4
* [32BTIS][DYNAREC_RV64] Added support for 32bits (#861)Yang Liu2023-06-2523-283/+545