about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added some workaround for program that POKEUSER/PEEKUSER some drX value and ↵ptitSeb2023-10-201-1/+13
| | | | expect the value to stick (for #930)
* Various changes on pthread cancel and tls destructor, should be easier to ↵ptitSeb2023-10-138-58/+56
| | | | maintain
* [WRAPPER] Added missing function signature (#1024)Yang Liu2023-10-133-0/+5
|
* Add a new vulkan extension: VK_KHR_maintenance5 (#1021)Sophon2023-10-121-0/+6
| | | Signed-off-by: Xilin Wu <wuxilin123@gmail.com>
* A bit more changes to cpuid bits and cpu identificationsptitSeb2023-10-111-2/+2
|
* Added BOX64_SDL2_JGUID, a workaround for game using old ↵ptitSeb2023-10-111-1/+2
| | | | SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018)
* Added a few libgomp wrapped function (for #1019)ptitSeb2023-10-116-5/+68
|
* Updated wrapping of SDL_GetJoystickGUIDInfo with latest version (will help ↵ptitSeb2023-10-108-15/+15
| | | | #1018, probably other SDL2 program too)
* Fixed signature for functions in wrapped libatomic (will help #1013)ptitSeb2023-10-104-4/+14
|
* Added wrapped libayatana-appindicator3 and libdbusmenu-glib (for #1013)ptitSeb2023-10-1011-0/+341
|
* Fixed a nasty issue with wrapping of libpcreptitSeb2023-10-101-1/+4
|
* Fixed processor/core count in cpuid and proc/cpuinfoptitSeb2023-10-101-88/+8
|
* Improved gstreamer wrappingptitSeb2023-10-096-430/+444
|
* Added a few wrapped symbols to libwayland-clientptitSeb2023-10-084-10/+22
|
* Added __isoc99_vswscanf wrapped function (for #1015)ptitSeb2023-10-084-7/+10
|
* Added wrapped liblcms2 and libevent-2.1 used by TeamSpeak3 linux client (for ↵ptitSeb2023-10-0713-0/+1183
| | | | #986)
* Added wrapped threads_add_timeout_full to gdk2 and gdk3 (for #997)ptitSeb2023-10-0710-8/+204
|
* Add c32rtomb wrapped function for dfhack (fixes console, part of issue #939) ↵SeeSchloß2023-10-031-1/+1
| | | | (#1008)
* Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004)KreitinnSoftware2023-10-0268-182/+745
| | | | | * Add __sF, __assert2 Symbol and set PThread Symbols on libc * [ANDROID] Fix Most Library Names
* Add mbrtoc32 wrapped function for dfhack (fixes second part of issue #939) ↵SeeSchloß2023-10-021-1/+1
| | | | (#1003)
* [ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001)KreitinnSoftware2023-10-011-1/+5
|
* Added a few more wrapped function to libgssapi_krb5 (for wine)ptitSeb2023-09-304-18/+13
|
* Use libdl whenever libc is used (for #984)ptitSeb2023-09-282-4/+2
|
* Added a few missing GLES wrapped function to libGLptitSeb2023-09-264-0/+20
|
* Added wrapping of libicuuc66 and libicui18n66 (for when using ubuntu 20.04)ptitSeb2023-09-2611-0/+311
|
* Add SDL_RenderWindowToLogical and SDL_SetSurfaceColorMod wrapped functions ↵SeeSchloß2023-09-251-0/+2
| | | | for #939 (#991)
* Small changes to wrapped libdl on last_error handlingptitSeb2023-09-161-19/+19
|
* Small change to fileno wrapped signatureptitSeb2023-09-161-2/+2
|
* Improvd steam/proton handling, and gstreamer initialization and a large ↵ptitSeb2023-09-1677-537/+3657
| | | | bunch of gtk improvments
* Wrapped some more libdrm and libgbm functionsptitSeb2023-09-107-16/+90
|
* Removed some debug leftover in libgstreamerptitSeb2023-09-094-10/+4
|
* Added some more wrapped functionsptitSeb2023-09-099-11/+115
|
* Added some __isoc23_XXX wrapped function as synonym to libc (for #943)ptitSeb2023-09-093-0/+7
|
* Added 1 vk extension (for #963)ptitSeb2023-09-031-0/+3
|
* Added 1 wrapped function (for #229)ptitSeb2023-09-024-1/+30
|
* [ANDROID] f..ing fix, againptitSeb2023-09-021-1/+1
|
* [ANDROID] And yet again another build fix, some many missing declaration ↵ptitSeb2023-09-021-0/+9
| | | | compared to linux
* [ANDROID] And yet again another build fix, slowly but surely loosing patienceptitSeb2023-09-021-0/+4
|
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-0211-18/+182
|
* Added wrapping of libformw.so.6 (for #956)ptitSeb2023-08-287-0/+137
|
* Fixed signature of SDL1 AudioCallback (for #952)ptitSeb2023-08-261-1/+1
|
* Update my_posix_spawnp()liuli2023-08-211-0/+4
|
* Fixed potential issue with previous commitptitSeb2023-08-201-0/+1
|
* Refactored how wrapped symbols are fetch and storedptitSeb2023-08-204-48/+106
|
* Added a few more wrapped symbol to libxcb-randr (for #287)ptitSeb2023-08-181-2/+2
|
* Added many symbols to wrapped libgmp (for #900)ptitSeb2023-08-186-50/+211
|
* Added some more wrapped symbols to libxcbrandr (for #287)ptitSeb2023-08-171-4/+4
|
* Added 1 more libasound wrapped symbol (for #904)ptitSeb2023-08-151-0/+1
|
* Added 1 wrapped symbol to libglib2ptitSeb2023-08-151-1/+1
|
* Added another libxcbrandr wrapped symbol (for #287)ptitSeb2023-08-131-1/+1
|