about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Fixed 66 64 0F 2E/2F opcodesptitSeb2022-11-261-3/+2
* [RISCV] Fix buildptitSeb2022-11-221-0/+13
* Improve (non-libc) syscall, and added a few new onesptitSeb2022-11-223-67/+213
* Simplified alignment of stat64 structureptitSeb2022-11-221-10/+4
* Improve stack management on signal handlerptitSeb2022-11-221-15/+8
* Added wrapped libcairoobject-2 and a bunch of other gtk related wrapped funct...ptitSeb2022-11-2215-18/+183
* Start of a new Dev. cycleptitSeb2022-11-221-1/+1
* Bumped to v0.2.0ptitSeb2022-11-171-2/+2
* [DYNAREC] Fixed RCR and RCL opcodesptitSeb2022-11-165-15/+13
* Added one more GLES extension to wrapped libGLptitSeb2022-11-156-0/+35
* Added a few more wrapped function to libcryptoptitSeb2022-11-151-4/+4
* Better handling of rolling logsptitSeb2022-11-153-17/+32
* [DYNAREC] Pre-allocate more instructions on FillBlock64ptitSeb2022-11-151-1/+1
* Added 1 wrapped function to libX11ptitSeb2022-11-151-1/+1
* Added 1 extension to wrapped libGLptitSeb2022-11-151-0/+4
* Added a bunch of libGL and libGLES2 extensionsptitSeb2022-11-155-0/+593
* Small fixes and improvement to memory protection handlingptitSeb2022-11-143-27/+47
* Added BOX64_CRASHHANDLER env. var.ptitSeb2022-11-143-2/+22
* Added some synonim for libpango-1 and libcairoptitSeb2022-11-141-0/+2
* Set TLS size to be a 64K page on all casesptitSeb2022-11-141-1/+1
* Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ...ptitSeb2022-11-134-20/+21
* Added 1 wrapped function for libmpg123ptitSeb2022-11-131-1/+1
* Added wrapped (empty) libvdpauptitSeb2022-11-137-0/+58
* Added SDL_ResetKeyboard wrapped functionptitSeb2022-11-131-0/+1
* [DYNAREC] Optimisations and fixes on a few x87 opcodes (fixes Piczle Cross Ad...ptitSeb2022-11-134-14/+22
* Print the ROLLING_LOG on the Ask to run at NULL errorptitSeb2022-11-131-1/+11
* Cosmetic change on my_dl_iterate_phdr callbackptitSeb2022-11-131-8/+8
* Optimized getDB, setProtection and freeProtectionptitSeb2022-11-131-11/+35
* Added 1 vulkan extensionptitSeb2022-11-136-0/+20
* Added wrapped libgstgl-1.0 with a few functionsptitSeb2022-11-139-12/+474
* Changed steam-pressure-vessel wrapping to include system libs firstptitSeb2022-11-131-5/+7
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-139-103/+124
* Fixed wrapped function signature for vkCmdSetScissorWithCount,ptitSeb2022-11-121-2/+2
* Fix an issue with dynarec build when running without dynarecptitSeb2022-11-111-1/+1
* x86_64 build don't need CreateCPUInfoFileptitSeb2022-11-111-1/+1
* Actualy fix x86_64 buildptitSeb2022-11-111-1/+1
* Fix x86_64 buildptitSeb2022-11-111-1/+1
* Improved cpu cores detection and reportingptitSeb2022-11-113-8/+41
* Fixed some fuse wrapped functions (better AppImage compatibility)ptitSeb2022-11-115-114/+188
* Added fuse_main_real wrapped functionptitSeb2022-11-106-1/+1123
* [DYNAREC] Fixed alternate address not always taken into account by DynarecptitSeb2022-11-021-0/+3
* Fixed a small memory leak with DynarecptitSeb2022-11-021-0/+3
* [ANDROID] Build fixptitSeb2022-11-012-2/+2
* Added libudev.so.1 dependancy for wrapped libudev.so.0ptitSeb2022-11-011-1/+2
* Added llrintl wrapped function (for #419)ptitSeb2022-11-014-1/+13
* Added XftNameUnparse wrapped function (for #424)ptitSeb2022-11-011-1/+1
* Added a few libflac wrapped function (for #425)ptitSeb2022-11-011-3/+3
* Addedsyscall 24 (for #429)ptitSeb2022-11-011-0/+1
* Detect when program is linked with glibc 2.34+ to workaround the default libc...ptitSeb2022-11-016-5/+47
* Remove dynablocklist (#438)ptitSeb2022-10-3119-747/+475