about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [WRAPPER] Completed and fixed VK_NV_cooperative_vector extensionptitSeb2025-03-111-1/+3
* [WRAPPER] missing functions and features (#2434)airidosas2522025-03-113-1/+10
* [TRACE] Improved a bit a few tracesptitSeb2025-03-081-0/+1
* [WRAPPER] Do not reference epoll_pwait2 directly, to fix issues with Android ...ptitSeb2025-03-071-13/+13
* Fix undefined reference to `epoll_pwait2' for LA64 ABI 1.0 (#2422)Leslie Zhai2025-03-061-1/+1
* [ANDROID] Fixed wrapping of epoll_pwait2 to epoll_pwait timeout parameterptitSeb2025-03-041-2/+2
* [ANDROID] Fix build, as epoll_pwait2 doesn't seems to existptitSeb2025-03-041-0/+11
* [WRAPPER] Added epoll_pwait2 wrapped functionptitSeb2025-03-046-0/+25
* [WRAPPER] add gnutls_fips140_set_mode (#2417)liuli2025-03-041-0/+1
* [WRAPPER] Display Box64 version in Vulkan driver info (#2385)xctan2025-02-184-1/+32
* Fixed dlsym_error logs prefix (#2383)Yang Liu2025-02-181-4/+4
* More improvmnet to map with fd trackingptitSeb2025-01-291-8/+8
* Improved map with fd trackingptitSeb2025-01-291-9/+10
* [WRAPPER] Added 1 wrapped function and fixed one on gstreamerptitSeb2025-01-294-4/+30
* Improved generic mmap trackingptitSeb2025-01-271-1/+16
* [WRAPPER] Added a few more wrapped function (to emulate recent SDL2)ptitSeb2025-01-265-4/+55
* Expanded file mapping tracking for future use (might help #2295)ptitSeb2025-01-251-2/+5
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-1/+2
* Clean up UnityPlayer.dll detection from my_mmap64 (#2286)Yang Liu2025-01-231-15/+2
* [WRAPPER] Reworked libatk wrapping with new wrapperhelper (will help #2280)ptitSeb2025-01-231-60/+64
* [WRAPPER] Added 1 more wrapped function to libnss3 (for #2280)ptitSeb2025-01-231-1/+1
* [WRAPPER] Reworked libcap wrapping with new wrapperhelperptitSeb2025-01-234-55/+67
* [WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282)ptitSeb2025-01-238-0/+174
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-213-8/+8
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-2150-109/+101
* Fixed dlsym with RTLD_NEXT and preloaded libsptitSeb2025-01-151-2/+2
* [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