about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added __isoc99_vswscanf wrapped function (for #1015)ptitSeb2023-10-084-7/+10
* [ARM64_DYNAREC] Take dynarec64_DA into account (#1014)André Zwing2023-10-071-1/+3
* Improved cpu speed detectionptitSeb2023-10-071-2/+28
* Added wrapped liblcms2 and libevent-2.1 used by TeamSpeak3 linux client (for ...ptitSeb2023-10-0714-0/+1185
* Added wrapped threads_add_timeout_full to gdk2 and gdk3 (for #997)ptitSeb2023-10-0710-8/+204
* Added Snapdragon 8 Gen 2 profile (#1009)Sophon2023-10-072-1/+233
* Add c32rtomb wrapped function for dfhack (fixes console, part of issue #939) ...SeeSchloß2023-10-031-1/+1
* Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004)KreitinnSoftware2023-10-0269-182/+814
* Add mbrtoc32 wrapped function for dfhack (fixes second part of issue #939) (#...SeeSchloß2023-10-021-1/+1
* [ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001)KreitinnSoftware2023-10-013-4/+14
* Cosmetic changeptitSeb2023-10-011-2/+2
* This steam-runtime-launcher-service process never exit and seems to be skipab...ptitSeb2023-10-011-0/+3
* [DYNAREC] Introduce a config that should save a bit of mmemory at runtime (ON...ptitSeb2023-10-014-13/+214
* [RV64_DYNAREC] Fix buildptitSeb2023-10-011-0/+1
* [DYNAREC] Changed lock mecanism for memory protectionptitSeb2023-10-018-85/+203
* [ANDROID] Fix buildptitSeb2023-09-301-1/+3
* [ANDROID] No mallochack on AndroidptitSeb2023-09-302-29/+14
* 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
* [RV64_DYNAREC] Added more support for XTheadMemPair extension (#995)Yang Liu2023-09-278-959/+1080
* Update dynarec_arm64_emit_math.c (#994)liuli2023-09-271-1/+1
* [RV64_DYNAREC] Added more support for XTheadBs extension (#993)Yang Liu2023-09-263-42/+39
* Added a few missing GLES wrapped function to libGLptitSeb2023-09-264-0/+20
* Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too)ptitSeb2023-09-262-2/+24
* Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe...ptitSeb2023-09-261-0/+2
* Added wrapping of libicuuc66 and libicui18n66 (for when using ubuntu 20.04)ptitSeb2023-09-2612-0/+313
* Add SDL_RenderWindowToLogical and SDL_SetSurfaceColorMod wrapped functions fo...SeeSchloß2023-09-251-0/+2
* [RV64_DYNAREC] Added more support for XTheadBb extension (#989)Yang Liu2023-09-246-1910/+2045
* [DYNAREC] Use interpretor code for FPREM/FPREM1 instead of simplified versionptitSeb2023-09-231-13/+36
* Added 64/65 8E opcode (for #982)ptitSeb2023-09-171-1/+6
* Better handling of tls for elf loaded with dlopen (should fix a bunch of stuff)ptitSeb2023-09-161-10/+9
* Small changes to wrapped libdl on last_error handlingptitSeb2023-09-161-19/+19
* Small change to fileno wrapped signatureptitSeb2023-09-161-2/+2
* [ARM64_DYNAREC] Added 64/65 01/21/29/31 opcodesptitSeb2023-09-161-0/+43
* [ARM64_DYNAREC] Added (F2/F3) AF opcode (for #975)ptitSeb2023-09-161-0/+36
* Improvd steam/proton handling, and gstreamer initialization and a large bunch...ptitSeb2023-09-1683-600/+5526
* [RV64_DYNAREC] Added some support for XTheadBb extension (#977)Yang Liu2023-09-133-22/+103
* [CI] Test RISCV with bit-manipulation extensions on (#972)Yang Liu2023-09-121-1/+1
* Fixed CI and simplifiedYang Liu2023-09-123-38/+20
* Use macroYang Liu2023-09-123-70/+19
* [DYNAREC_RV64] Added support for xtheadbaYang Liu2023-09-122-11/+43
* Fixed typoYang Liu2023-09-111-1/+1
* Try to fix memory instructions detectionYang Liu2023-09-111-5/+6
* [RV64_DYNAREC] Added thead vendor extension detectionYang Liu2023-09-114-11/+251
* Wrapped some more libdrm and libgbm functionsptitSeb2023-09-107-16/+90
* Added syscall 284 (for #965)ptitSeb2023-09-091-0/+11
* [STEAM] Changed behaviour of simulated pressure-vesselptitSeb2023-09-091-23/+45
* Removed some debug leftover in libgstreamerptitSeb2023-09-094-10/+4
* Added some more wrapped functionsptitSeb2023-09-099-11/+115
* Go back to use mmap for memory allocation, as some OS restric malloc'd memory...ptitSeb2023-09-091-1/+1