about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WRAPPER] Added support of BOX64_MAXCPU in wrapped SDL2, plus some various ot...ptitSeb2025-01-094-3/+22
* [WRAPPED] Added monstartup (#2241)Leslie Zhai2025-01-081-1/+5
* [WRAPPED] Added xdr_string and xdr_free (#2235)Leslie Zhai2025-01-061-2/+2
* [WRAPPER] Fixed a small mystake with latest ALTNAME workptitSeb2024-12-281-1/+1
* [WRAPPED][ANDROID] Add libGL ALTNAME (#2225)olegos22024-12-281-0/+1
* [ANDROID] Add a few ALTNAMEs and unwrap ifdefs for lib names (#2224)olegos22024-12-2825-101/+23
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-4/+4
* [WRAPPER] Added 3 more wrapped functions to libxcb and freetype (for #2217)ptitSeb2024-12-262-3/+4
* [WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)Yang Liu2024-12-256-8/+30
* Add SDL_RenderGeometryRaw wrapped function to SDL2 (#2195)DragonSWDev2024-12-234-0/+5
* Fix build for older system (for #2190)ptitSeb2024-12-231-6/+0
* Improved memory tracking and 32bits memory allocationptitSeb2024-12-211-55/+3
* [WRAPPER] Fixed a few uninitized value used warning from VamgrindptitSeb2024-12-211-3/+3
* [LA64] This should fix static buildptitSeb2024-12-201-0/+4
* [WRAPPER] Added 1 more libc wrapped functionptitSeb2024-12-201-1/+1
* [WRAPPER] Added a few glib2 wrapped functionsptitSeb2024-12-204-7/+80
* [RV64_DYNAREC] Extended simple wrapper for more int types (#2160)xctan2024-12-171-340/+1660
* [WRAPPER] Added wrapped libxcb-res with new wrapperhelperptitSeb2024-12-166-0/+121
* [WRAPPER] Reworked libxcb wrapping with new wrapperhelperptitSeb2024-12-166-698/+816
* [WRAPPER] Checked pangoft2 wrapping with new wrapperhelperptitSeb2024-12-123-8/+12
* [WRAPPER] Added libcairo.so.2 as one of NEEDED_LIBS for gtk3 (#2136) (#2137)Leslie Zhai2024-12-111-1/+1
* [WRAPPER] Another improved dlsym wrapped function, hopefully fixing regressio...ptitSeb2024-12-061-1/+2
* [BOX32] Fix mystake on previous commitptitSeb2024-12-041-6/+0
* [BOX32][WRAPPER] Added ldiv 32bits wrapped function (now Undertale works with...ptitSeb2024-12-041-3/+3
* Improved dlsym wrapped function, will find more symbols from emulated libsptitSeb2024-12-031-2/+9
* [WRAPPER] Wrapped more symbols in libcrypto3 (#2105)Yang Liu2024-12-038-13/+65
* Android Long Double handling (#2101)ptitSeb2024-12-021-28/+53
* [WRAPPER] Added 1 more function to libgcryptptitSeb2024-11-301-1/+1
* [WRAPPER] Fixed libc wrappers includesptitSeb2024-11-301-8/+1
* [WRAPPER] Refactored some glib2 signal handlingptitSeb2024-11-297-286/+279
* [WRAPPER] Added back faked ITM weak functionsptitSeb2024-11-294-0/+36
* [WRAPPER] Fixed wrapped dlerror behaviourptitSeb2024-11-291-3/+11
* [WRAPPER] Reworked sqlite3 with new wrapperhelperptitSeb2024-11-286-77/+178
* [WRAPPER] More work on gtk/gstreamer wrappingptitSeb2024-11-271-1/+5
* [WRAPPER] Reworked gstvideo with new wrapperhelperptitSeb2024-11-264-202/+259
* [WRAPPER] Reworked gsttag with new wrapperhelperptitSeb2024-11-261-44/+44
* [WRAPPER] Reworked gstsdp with new wrapperhelperptitSeb2024-11-264-172/+196
* [WRAPPER] Reworked gst-rtp and gst-rtsp with new wrapperhelperptitSeb2024-11-265-344/+464
* [WRAPPER] Reworked gstriff with new wrapperhelperptitSeb2024-11-261-11/+11
* [WRAPPER] Reworked gst-pbutils with new wrapperhelperptitSeb2024-11-261-162/+162
* [WRAPPER] Reworked gstnet with new wrapperhelperptitSeb2024-11-261-23/+23
* [WRAPPER] Reworked gst-gl with new wrapperhelperptitSeb2024-11-264-219/+256
* [WRAPPER] Reworked gstfft with new wrapperhelperptitSeb2024-11-261-22/+22
* [WRAPPER] Reworked gstcontroller with new wrapperhelperptitSeb2024-11-261-17/+17
* [WRAPPER] Reworked gstcheck with new wrapperhelperptitSeb2024-11-264-198/+203
* [WRAPPER] Reworked gstbase with new wrapperhelperptitSeb2024-11-264-249/+286
* [WRAPPER] Reworked gstaudio with new wrapperhelperptitSeb2024-11-254-163/+172
* [WRAPPER] Reworked gstapp with new wrapperhelperptitSeb2024-11-251-41/+41
* [WRAPPER] Reworked wrapping of gstallocators with new wrapperhelperptitSeb2024-11-254-10/+15
* [WRAPPER] Reworked gstreamer with new wrapperhelperptitSeb2024-11-256-788/+875