about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed some wrapped aio_ functions signature of librtptitSeb2023-11-236-12/+80
|
* Better dependancies for fontconfig lib (should help #1063)ptitSeb2023-11-131-1/+4
|
* Added wrapped curl_multi_poll function (for #1053)ptitSeb2023-11-091-0/+1
|
* Added 2 wrapped function to libfontconfig (for aesprites)ptitSeb2023-11-081-2/+2
|
* Added wrapped __isoc23_strtoul (for #1052)ptitSeb2023-11-071-0/+1
|
* Refined ptrace hacks around POKEUSER/PEEKUSER (should help Wine Unity3D games)ptitSeb2023-11-071-1/+7
|
* Fixed some functions signature on gobject2ptitSeb2023-11-051-7/+7
|
* [TRACE] Show mmap size in hexptitSeb2023-11-051-1/+1
|
* Added some more gtk3/gdk3 wrapped functionsptitSeb2023-11-042-0/+28
|
* [ELFLOADER] Fixed loading of elf with huge alignmentptitSeb2023-11-011-3/+3
|
* [ELFLOADER] Last improvment to elfloader memory managment, should be good nowptitSeb2023-11-011-2/+5
|
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-311-6/+6
|
* Added full SSE 4.2 supportptitSeb2023-10-301-1/+1
|
* Small change on cpuid stuffsptitSeb2023-10-291-1/+1
|
* Better trace for mmap operationsptitSeb2023-10-281-6/+6
|
* More small improvment to wrapped mmap64ptitSeb2023-10-281-13/+26
|
* [WRAPPER] Fixed my_execl (#1044)wannacu2023-10-271-1/+6
| | | | | * [WRAPPER] Fixed my_execl * [ARM64_DYNAREC] Added 66 0F 17 and Fixed 66 0F 21
* Another fix to wrapped mmap (should fix #1031, hopefully not creating more ↵ptitSeb2023-10-271-2/+2
| | | | regression)
* Added 1 more Vulkan extensionptitSeb2023-10-261-0/+4
|
* [WRAPPER] Fixed my_mmap64 on MAP_FIXED handling, helps wine 8.18 (#1039)Yang Liu2023-10-261-2/+4
|
* Fixed wrapping of vkCreateDebugUtilsMessengerEXTptitSeb2023-10-252-3/+44
|
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-256-24/+192
| | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build
* Added wrapped OpenCL (mostly complete, for wine)ptitSeb2023-10-249-1/+383
|
* 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
|