about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added some more wrapped libm functionsptitSeb2024-02-274-10/+63
|
* Added some more vulkan extensionsptitSeb2024-02-271-0/+11
|
* Added some more slots for X11 callbacks (help Cyberpunk 2077)ptitSeb2024-02-271-1/+9
|
* [ANDROID] BBBBUUUIIIIILLLLDDDDptitSeb2024-02-261-1/+1
|
* [ANDROID] Now build, stop complainingptitSeb2024-02-262-5/+10
|
* Fix Android testsptitSeb2024-02-261-1/+4
|
* Fix Android buildptitSeb2024-02-261-0/+6
|
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ptitSeb2024-02-2621-331/+417
| | | | others tickets)
* Added some hack to rename wine binary process too (help mesa pick up the ↵ptitSeb2024-02-241-0/+5
| | | | correct binary being run)
* Improve emulation of clocksourceptitSeb2024-02-241-0/+24
|
* Fix Android buildptitSeb2024-02-231-1/+0
|
* Added some various wrapped function (for rpcs3, but still not working)ptitSeb2024-02-2311-500/+686
|
* Added some more symbol to wrapped libgnutlsptitSeb2024-02-184-1/+11
|
* Added VK_KHR_calibrated_timestamps extension to wrapped vulkan (for #1256)ptitSeb2024-02-181-0/+4
|
* [ELFLOADER] Better handling of STB_GNU_UNIQUE binded symbol (prevent dlclose)ptitSeb2024-02-161-1/+5
|
* Added a few more function to libicuuc.so.*ptitSeb2024-02-164-0/+12
|
* Added some more wrapped function to libc, libXt and libX11ptitSeb2024-02-168-9/+122
|
* Added wrapped libanlptitSeb2024-02-166-0/+57
|
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ptitSeb2024-02-153-32/+19
| | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others)
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-111-17/+21
|
* more wrapped functions in libxcb-randr and libcap (#1260)Coreforge2024-02-102-8/+8
| | | | | * wrapped a few xcbrandr functions for steamvr * wrapped parts of libcap for vrcompositor-launcher
* [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258)KreitinnSoftware2024-02-101-2/+0
| | | Co-authored-by: Pablo Carlos <pablo@localhost.localdomain>
* Wrapped libraries refactor (#1257)rajdakin2024-02-10130-947/+235
| | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs
* Added some more libc wrapped functionsptitSeb2024-02-091-0/+4
|
* Added some wrapped function to libxml2ptitSeb2024-02-094-4/+13
|
* [WRAPPING] Added supot for the 'long double complex' typeptitSeb2024-02-09664-675/+724
|
* Added some more symbols to wrapped libmptitSeb2024-02-095-21/+86
|
* More work on libcurl and friends (and set to used emulated version of curl ↵ptitSeb2024-02-087-31/+158
| | | | if possible)
* Added wrapped (empty) libpam.so.0ptitSeb2024-02-076-0/+100
|
* Reworked, again, exit processptitSeb2024-02-061-10/+16
|
* Do not force mmap alginement if wine not detected (shoudl help #1249)ptitSeb2024-02-061-2/+2
|
* [ANDROID] Fix GLib and GObject Library Names (#1247)KreitinnSoftware2024-02-0611-11/+163
| | | | | * [ANDROID] Fix GLib and GObject Library Names * [ANDROID] Fix gdk3, gdkpixbuf2, gio2, gmodule2, gtkx112, gdkx112, pangocairo Library Names
* Added curl_url api to wrapped libcurlptitSeb2024-02-041-0/+6
|
* Added some more function to wrapped libcrypto.so.3 and libssl.so.3ptitSeb2024-02-049-40/+254
|
* Updated wrapped SDL2 (will help #1225)ptitSeb2024-02-041-15/+41
|
* [WRAPPER] Regenerated the wrapper files (#1241)rajdakin2024-02-011-1/+1
|
* [DYNAREC] Handling of memfd_create backed mmap on dynarec (help #1234 but ↵ptitSeb2024-02-011-2/+9
| | | | doesn't solve it completly)
* Consider libutil as integral part of glibcptitSeb2024-01-311-0/+5
|
* Added more slot for X11 Callbacks wrappingptitSeb2024-01-291-1/+6
|
* Track protection even if 0ptitSeb2024-01-271-7/+1
|
* [MMAP32] Fixed mmap32 behaviourptitSeb2024-01-241-2/+2
|
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ↵ptitSeb2024-01-231-3/+3
| | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles)
* Used rb_stree for mapallmem tooptitSeb2024-01-201-4/+4
|
* Added a few wrapped function to libcupsptitSeb2024-01-204-3/+7
|
* Fix build on some older compilerptitSeb2024-01-191-1/+1
|
* Reworked exit, unloading libs and running Fini as it should (plus a ↵ptitSeb2024-01-192-4/+54
| | | | workaround for nvidia driver not unloading)
* Added 1 more wrapped libc function (for #1208)ptitSeb2024-01-193-1/+3
|
* Reworked wrapping of callback in X11 Va argsptitSeb2024-01-181-36/+289
|
* Fixes (#1207)rajdakin2024-01-189-24/+22
| | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures
* Partial Wrapping of libxkbregistryptitSeb2024-01-186-0/+112
|