about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-065-2/+58
* [WRAPPER] Wrapped 3 more symbols for libc (#2000)Yang Liu2024-11-054-11/+17
* [WRAPPER] forgot to handle libfontconfig alsoptitSeb2024-11-041-9/+2
* [WRAPPER] merged android naming so no more ifdef is neededptitSeb2024-11-0494-543/+207
* [ANDROID] Try to fix libfontconfig not loading properlyptitSeb2024-11-042-0/+5
* Improve handling of memory protection, and excution bitptitSeb2024-11-041-6/+27
* [WRAPPER] Small rework on wrapper return valuesptitSeb2024-11-021-1007/+1007
* Added a few more gtk3/gdk3 symbols (probably gtk/gdk 4.+ symbol actually)ptitSeb2024-11-015-0/+44
* Fixed a typo (for #1986)ptitSeb2024-10-311-1/+1
* Fixed a small memory invalid read with my_execvptitSeb2024-10-301-1/+1
* [WRAPPER] Wrapped remaining 2 function to libbrotidec (for #1860)ptitSeb2024-10-304-5/+111
* Improved clone wrapped function compatibilityptitSeb2024-10-301-0/+1
* [WRAPPER] Added more crypto3 and ssl3 function, and fixed some issue with hid...ptitSeb2024-10-307-52/+333
* [WRAPPER] Reworked ssl3 and crypto3 with new wrapperhelper (for #1860)ptitSeb2024-10-296-491/+532
* [VULKAN] Fixed a typo in a vulkan extensionptitSeb2024-10-271-1/+1
* [WRAPPER] Added some ssl3 and crypto3 wrapped functions (for #1860)ptitSeb2024-10-255-10/+199
* [WRAPPER] Added wrapped libbrotlidec with new warpperhelper (for #1860)ptitSeb2024-10-258-0/+95
* [WRAPPER] Added 1 missing symbol to libSDL2ptitSeb2024-10-181-0/+1
* [VULKAN] Added 2 more extensionsptitSeb2024-10-184-0/+13
* [WRAPPER] Added gtk_marshal to gtk2 (for #1943)ptitSeb2024-10-172-26/+59
* [WRAPPER] Reworked libcups wrapping with new wrapperhelperptitSeb2024-10-174-374/+507
* Added 1 more wrapped symbol to gtk2 (for #1943)ptitSeb2024-10-174-1/+34
* [WRAPPER] Reworked libharfbuzz wrapping with new wrapperhelperptitSeb2024-10-171-6/+6
* [WRAPPER] Added alternative libname for libFLACptitSeb2024-10-161-0/+1
* [BOX32] Fixed dlvsym for RTLD_NEXT, like dlsymptitSeb2024-10-131-1/+10
* [WRAPPER] Hacked some support for libGLX_nvidia.so.0ptitSeb2024-10-131-1/+8
* [WRAPPER] Reworked libgnutls wrapping with new wrapperhelperptitSeb2024-10-134-938/+1074
* [RV64_DYNAREC] Wrapped icuuc75 (#1926)Yang Liu2024-10-1111-0/+317
* [BOX32] Actually fixed dlsym on RTLD_NEXT 32bits callptitSeb2024-10-101-1/+8
* [BOX32] Fixed 32bits dlsym on RTLD_NEXT not workingptitSeb2024-10-101-0/+2
* [WRAPPER] Reworked libXss with new wrapperhelperptitSeb2024-10-104-11/+11
* [BOX32] Improved again, X11 and XImage handlingptitSeb2024-10-091-1/+1
* [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to he...ptitSeb2024-10-081-0/+1
* [WRAPPER] Reworked libresolv with new wrapper helper ([STATICBUILD] fixed pot...ptitSeb2024-10-085-42/+67
* Reworked mmap allocator and wine prereserve handling ([BOX32] fix handling of...ptitSeb2024-10-071-3/+5
* [WRAPPER] Reworked wrapped libXi with new wrapperhelperptitSeb2024-10-064-122/+189
* [BOX32][WRAPPER] Added 32bits wrapped libXcomposite (with new wrapperhelper)ptitSeb2024-10-061-1/+1
* [WRAPPER] Reworked libXinerama with new wrapperhelperptitSeb2024-10-051-4/+4
* [WRAPEPR] Reworked libXext wrapping with new wrapperhelperptitSeb2024-10-046-115/+163
* Fixed x86_64 buildptitSeb2024-10-041-1/+1
* Return the correct errno when mmap can't allocated hinted memory addressptitSeb2024-10-041-0/+2
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-031-6/+6
* [WRAPPER] Fixed RV64 isSimpleWrappers (#1898)rajdakin2024-10-031-113/+409
* [WRAPPER] Improved libudev1 wrapped logf functionptitSeb2024-10-031-13/+4
* [WRAPPER] Reworked libudev1 wrapping with new wrapperhelperptitSeb2024-10-034-11/+10
* [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few e...ptitSeb2024-09-301-2/+2
* Various box32 wrapped libs and script fixes (#1889)rajdakin2024-09-302-6/+7
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-292-7/+5
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing fon...ptitSeb2024-09-296-15/+15
* [WRAPPER] Reworked libfontconfig with new wrapperhelperptitSeb2024-09-281-29/+29