about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Some work on glib, gobject and steamptitSeb2022-03-017-19/+85
|
* Added a few more slot to glib2ptitSeb2022-03-011-1/+3
|
* Added some more wrapped pulse functionsptitSeb2022-03-016-96/+248
|
* Added a few more wrapped function (for #241)ptitSeb2022-02-266-3/+14
|
* Added __wcsncpy_chk to wrapped libcptitSeb2022-02-261-1/+1
|
* Fixed build for x86_64ptitSeb2022-02-201-2/+3
|
* Some small changes to how cpuid is done (especially on core counts)ptitSeb2022-02-201-3/+7
|
* Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-32/+36
|
* Added some code to detect if emulted program use old IMG_SavePNG_RW api ↵ptitSeb2022-02-131-4/+14
| | | | instead of current one
* Undo last commitptitSeb2022-02-111-2/+2
|
* Fixed wrapped function IMG_SavePNG_RW from SDL2-imageptitSeb2022-02-111-2/+2
|
* Added 1 wrapped function to libsdl2ptitSeb2022-02-111-1/+1
|
* Added wrapped lldiv (for Ion Fury)ptitSeb2022-02-104-1/+5
|
* Added SDL_GetAudioDeviceSpec wrapped function to SDL2ptitSeb2022-02-051-0/+1
|
* Added vswscanf wrapped function (for #216)ptitSeb2022-01-254-1/+16
|
* Wrapped g_initable_new and g_initable_new_valist from libgio2ptitSeb2022-01-236-73/+59
|
* Fix(?) of the better wrapping for g_option_context_add_main_entriesptitSeb2022-01-231-2/+2
|
* Better wrapping for g_option_context_add_main_entriesptitSeb2022-01-234-1/+63
|
* Added preliminary wrapped libFAudio; libgstreamer (and friends) and libgmpptitSeb2022-01-2246-6/+5518
|
* Improved 47bits memory limit for wineptitSeb2022-01-171-14/+23
|
* Added some missing wrapped functions to libudev-1.soptitSeb2022-01-081-3/+14
|
* Added 1 curl function (for #195)ptitSeb2022-01-051-1/+1
|
* Added some more glib2 wrapped functions (for #202 and second ticket of #195)ptitSeb2022-01-056-175/+76
|
* Added some workaround for program that calls 'uname -m' to get the ↵ptitSeb2022-01-011-2/+20
| | | | architecture of the host, and change default banner and log to be silent if stdout is beeing redirected (help RimWorld mods like Harmony)
* Added a couple of libc wrapped functionsptitSeb2021-12-316-2/+30
|
* Added empty wrapped libpci.so.3ptitSeb2021-12-316-0/+95
|
* Added one more libcxb wrapped functionptitSeb2021-12-311-2/+2
|
* Added some drm related wrapped libs (from box86)ptitSeb2021-12-3118-0/+489
|
* Add some libssl wrappersohayoyogi2021-12-131-10/+10
|
* Fixed some issue with getopt (for #170)ptitSeb2021-11-211-0/+3
|
* Wrapped Vulkan librariesptitSeb2021-11-2110-7/+1492
|
* Added wrapped __isoc99_scanf function (for #164)ptitSeb2021-11-184-1/+11
|
* [DYNAREC] Improved JIT handling, and added a HotPage detection to ↵ptitSeb2021-11-181-1/+1
| | | | temporarily disable Dynarec when write occurs on the same page of some Dynablocks (help speedup some C#/Unity3D programs)
* Added wrapped libxslt (from box86) (should help #161)ptitSeb2021-11-148-0/+429
|
* Added wrapped libldap_r and liblber (helps wine)ptitSeb2021-11-1413-0/+892
|
* Change ResolvePath behaviour in sync with box86ptitSeb2021-11-141-4/+0
|
* Added some data symbol to wrapped libxml2 (for #161 but it would probably be ↵ptitSeb2021-11-121-0/+7
| | | | better to wrap libxslt directly)
* Added a few xcb symbols (for #161)ptitSeb2021-11-124-5/+9
|
* Added 1 wrapped function to freetype (for SOR4)ptitSeb2021-11-021-1/+1
|
* Better wrapping for libz inflateptitSeb2021-11-024-1/+14
|
* Added signalfd wrapped function to libcptitSeb2021-10-261-1/+1
|
* Added reboot wrapped function to libcptitSeb2021-10-261-1/+1
|
* Added a bunch of aio_ and mq_ wrapped function to librtptitSeb2021-10-264-17/+42
|
* Added wrapped libncursesw.so.6 (for #148)ptitSeb2021-10-236-0/+655
|
* Fixed SDL_Log wrapped functionptitSeb2021-10-231-1/+1
|
* Added FcConfigAppFontAddDir wrapped function (for #150)ptitSeb2021-10-221-1/+1
|
* Added a new wrapped function to libc (for #143)ptitSeb2021-10-211-2/+2
|
* Add alignment wrapper to pthread_getattr_np.Gergő Móricz2021-10-175-0/+12
| | | | | | | This fixes stack corruption when using pthread_getattr_np on hirsute (Ubuntu 21.04) and libc >=2.33 This should also fix #130.
* Added some more crypto and ssl wrapped functions (bedrock server starts now)ptitSeb2021-10-044-20/+35
|
* Added empty wrapped libnsl.so.1ptitSeb2021-10-046-0/+184
|