about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added 2 more wrapped function to libgnutls (for #210)ptitSeb2023-03-091-2/+5
* Added libresolv to libc for glibc2.34+ (might help #210)ptitSeb2023-03-091-1/+2
* Added some special case to the CPU Name grabbingptitSeb2023-03-061-9/+11
* Fixed cpu name extraction for big.LITTLE configurationsptitSeb2023-03-061-0/+6
* Change branding of Cpu to refect Box64 and the cpu it's running onptitSeb2023-03-061-0/+40
* Wrapped 1 more libc function for bash (for #770)ptitSeb2023-03-064-2/+7
* Added back the load of libGL when using GL in SDL2 (fixed regression with Nuc...ptitSeb2023-03-051-0/+8
* Removed a warning when getting glXGetProcAddress with a glXGetProcAddress fun...ptitSeb2023-03-051-1/+3
* Added wrapped libGLXptitSeb2023-03-056-0/+149
* Refactored OpenGL symbol fetching and managmentptitSeb2023-03-054-290/+281
* Added some more wrapped function for zoom (for #510, #451, #302...)ptitSeb2023-03-0510-10/+26
* Added wrapped libibus and a few other libgtk fixedptitSeb2023-03-049-3/+686
* Better way to use CREATE_VALIST_FROM_VAARG macroptitSeb2023-03-031-4/+4
* Use CREATE_VALIST_FROM_VAARG if exist on XXprintf familyptitSeb2023-03-021-0/+16
* Merge branch 'main' into steam_chromeptitSeb2023-03-021-2/+2
|\
| * Added a couple of wrapped function to libm (for #496)ptitSeb2023-02-281-2/+2
* | [DYNAREC] Small imrvment in managing memory protectionptitSeb2023-02-251-1/+1
* | Merge branch 'main' into steam_chromeptitSeb2023-02-236-8/+64
|\|
| * [D3DADAPTER9] Added support for CreateDeviceExptitSeb2023-02-236-8/+64
* | Merge branch 'main' into steam_chromeptitSeb2023-02-2110-300/+584
|\|
| * Added a large batch of libssl/libcrypto wrapped functions (for StardewValley)ptitSeb2023-02-2110-300/+584
| * wrap _XAsyncErrorHandlerAlyssa Rosenzweig2023-02-201-1/+1
* | Merge branch 'main' into steam_chromeptitSeb2023-02-201-3/+3
|\|
| * Added some more libFAudio wrapped functionsptitSeb2023-02-201-3/+3
| * Added some more wrapped functions to gstreamer and gsttagptitSeb2023-02-192-6/+6
* | Added some more wrapped functions to gstreamer and gsttagptitSeb2023-02-202-6/+6
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-181-5/+6
|/
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-5/+59
* wrapped: Wrap two more gsettings functionsAlfred Neumayer2023-02-161-2/+2
* Some improvment to wrapped gtk3 and friendsptitSeb2023-02-143-3/+3
* fprintf wrapped libasound dummy_error_handler to stderr instead of box trace ...ptitSeb2023-02-141-4/+3
* Fixed a small warningptitSeb2023-02-131-1/+11
* Various minor warning fixesptitSeb2023-02-133-3/+3
* Also needed a RunFunctionWindows, following the Windows Calling Convention (a...ptitSeb2023-02-121-3/+3
* [WRAPPERS] Version updaterajdakin2023-02-12539-539/+539
* [WRAPPERS] Fixed the Windows ABIrajdakin2023-02-123-332/+332
* [WRAPPER] Forgot to filter out Windows function from isSimpleWrapper()rajdakin2023-02-121-52/+0
* Change all d3dadapter9 to W type of wrappersptitSeb2023-02-128-975/+1204
* Added preliminary support for d3dadapter9, but need more work on calling conv...ptitSeb2023-02-1218-6/+2398
* Added some more gtk3 wrapped functionsptitSeb2023-02-124-32/+39
* Added some more function to wrapped libgcrypt.soptitSeb2023-02-116-14/+105
* Added a couple of wrapped libX11 function (for #503)ptitSeb2023-02-041-2/+2
* Added fts64_XXX wrapped functions to libc (for #503)ptitSeb2023-02-044-5/+15
* Added partial support for register_printf_specifier and friend (for #503)ptitSeb2023-02-044-4/+92
* Added sqrtl wrapped function (for #503)ptitSeb2023-02-041-1/+5
* Added some more wrapped functions to glib2 and gobject2 (for #503)ptitSeb2023-02-049-29/+142
* Added 1 vulkan extensionptitSeb2023-01-291-0/+33
* Added a couple of extension to libGL wrapperptitSeb2023-01-291-0/+8
* dlopen with RTLD_NOLOAD flags should inc refcount if lib is presentptitSeb2023-01-291-2/+0
* Fixed another regression from last lib init/fini refactor (fixed SiliconZero ...ptitSeb2023-01-281-7/+5