about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More work on X11 wrapping, allowing gtk to run fully emulatedptitSeb2024-03-0712-29/+318
|
* More wrapped functions on libs harfbuzz and fontconfigptitSeb2024-03-077-6/+39
|
* [NOGTK] libpangoft2 is also part of the gtk familyptitSeb2024-03-071-0/+4
|
* [VULKAN] Added one more vulkan extensionptitSeb2024-03-074-1/+21
|
* Some work on gtk and co wrappingptitSeb2024-03-074-11/+16
|
* Added 1 more function to libpng16ptitSeb2024-03-061-0/+1
|
* Add more slot to gobject2 callbacksptitSeb2024-03-061-0/+3
|
* some gcrypt wrapping (#1338)Lily2024-03-064-20/+54
| | | | | | | * some gcrypt wrapping (needed to check sign) * little more wrapping in gcrypt * correcting sign
* Fixed a warning (#1335)Yang Liu2024-03-061-1/+2
| | | | | * Fixed some warnings * Revert
* Improved wrapping of xcb (xcb_XXX_iterator_t and xcb_contection_t)ptitSeb2024-03-069-29/+52
|
* Added 2 pthread wraps (#1334)Lily2024-03-051-2/+2
|
* Added 1 more function to libXrandr (should fix VampireSurvivors 1.9+)ptitSeb2024-03-051-1/+1
|
* Adjusted dependancies for some X11 libsptitSeb2024-03-054-2/+20
|
* Added a few more flags on of_convert to limit warningsptitSeb2024-03-051-0/+11
|
* [WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323)xctan2024-03-041-1/+1
|
* Added 2 more symbols to wrapped libicuucptitSeb2024-03-044-0/+8
|
* Added a few more libc wrapped functionsptitSeb2024-03-044-2/+19
|
* Added libstdc++ when loading libGL (only if libgcc_s is already loaded), ↵ptitSeb2024-03-041-0/+6
| | | | helps some linux Unity games
* Added wrapped support for EGL/GLESv2ptitSeb2024-02-2912-99/+691
|
* Added all wrapped function to libpciptitSeb2024-02-284-34/+55
|
* Even more slot for X11 callbacksptitSeb2024-02-281-1/+19
|
* [RV64_DYNAREC] Fixed RDTSC handling (#1291)Yang Liu2024-02-271-4/+13
| | | | | | | | | | | | | * [LIBWRAP] Fixed a typo in the clocksource wrapping * [RV64_DYNAREC] Added hardware timer support for RDTSC * [INTERP] Optmize RV64 ReadTSC using rdtime * [RV64_DYNAREC] Added 0F 01 F9 RDTSCP opcode * Fixed typo * Fixed another typo
* 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)