about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* This should fix LA64 Static buildptitSeb2024-11-091-0/+8
* [WRAPPER] Added a bunch of libc wrapped functions (for #2010)ptitSeb2024-11-096-4/+25
* [ARM64_DYNAREC] A small optim for a specific case of 0F C6 opcodeptitSeb2024-11-091-0/+2
* [DYNAREC] Only test page protection when needed (and using a fester way) (sho...ptitSeb2024-11-093-4/+23
* [RV64_DYNAREC] Added mmx infra for vector (#2011)Yang Liu2024-11-097-54/+185
* Improved getcontext/setcontext ([BOX32] too)ptitSeb2024-11-082-7/+9
* Improved syscall 56ptitSeb2024-11-082-14/+14
* [RV64_DYNAREC] Fixed some GETEX_vector usage (#2008)Yang Liu2024-11-081-3/+3
* Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)ptitSeb2024-11-075-14/+121
* [ELFLOADER] Better handling of symbols with COPY / GLOB_DAT (should helps #14...ptitSeb2024-11-071-0/+6
* Removed a debug leftoverptitSeb2024-11-071-1/+0
* [BOX32][WRAPPER] Added 1 more sdl2 wrapped function (Crimsonland works now)ptitSeb2024-11-071-1/+1
* Added 64/65 D8..D9 opcodesptitSeb2024-11-077-27/+135
* Added 64/65 69 opcode ([ARM64_DYNAREC] too)ptitSeb2024-11-072-0/+84
* [BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb2024-11-0717-3241/+3767
* [RBTREE] Unify naming and prevent unintended symbol exposure (#2005)Jim Huang2024-11-065-98/+95
* [WRAPPED32] Added an errno-aware calling convention (#2006)rajdakin2024-11-064-1/+6
* [TRACE] Better for 32bits wait wrapped functionptitSeb2024-11-061-0/+7
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-067-14/+76
* A bit more trace for emited signalsptitSeb2024-11-061-0/+2
* Fixed a small typoptitSeb2024-11-061-1/+1
* [TRACE] A few more details for some speicifc CALL variantptitSeb2024-11-061-6/+6
* [ARM64_DYNAREC] Fixed some issue with frintts usesptitSeb2024-11-051-2/+2
* [ARM64_DYNAREC] Fixed newly added frrintts useptitSeb2024-11-051-2/+2
* [ARM64_DYNAREC] Reworked a bit FASTROUNDptitSeb2024-11-054-35/+49
* Silenced a signal messageptitSeb2024-11-051-1/+1
* Disabling memory bit test when pagesize is not 4KptitSeb2024-11-051-0/+2
* [WRAPPER] Wrapped 3 more symbols for libc (#2000)Yang Liu2024-11-054-11/+17
* [RV64_DYNAREC] Added more SSE opcodes for vector (#1999)Yang Liu2024-11-051-0/+25
* [WRAPPER] forgot to handle libfontconfig alsoptitSeb2024-11-042-9/+3
* [WRAPPER] merged android naming so no more ifdef is neededptitSeb2024-11-0496-555/+215
* [ANDROID] Try to fix libfontconfig not loading properlyptitSeb2024-11-042-0/+5
* Improve handling of memory protection, and excution bitptitSeb2024-11-0411-48/+162
* [DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism insteadptitSeb2024-11-036-131/+61
* [LA64_DYNAREC] This should fix Loongarch dynarecptitSeb2024-11-031-0/+11
* [DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is calledptitSeb2024-11-036-61/+120
* [ARM64_DYNAREC] Fixed an issue with native flags and opcode using C Helper th...ptitSeb2024-11-031-5/+5
* Forgot that file in earlier commitptitSeb2024-11-021-0/+1
* [RCFIEL] Add an option to force usage of native EGL/GLESv2 libraryptitSeb2024-11-023-0/+16
* [WRAPPER] Small rework on wrapper return valuesptitSeb2024-11-021-1007/+1007
* [RV64_DYNAREC] Added more opcodes for vector (#1992)Yang Liu2024-11-012-0/+39
* [RV64_DYNAREC] Added more opcodes for vector (#1991)Yang Liu2024-11-013-1/+67
* Added a few more gtk3/gdk3 symbols (probably gtk/gdk 4.+ symbol actually)ptitSeb2024-11-015-0/+44
* [RV64_DYNAREC] Added more opcodes for vector (#1989)Yang Liu2024-11-013-0/+78
* [RV64_DYNAREC] Added more opcodes for vector (#1987)Yang Liu2024-10-312-0/+125
* Fixed a typo (for #1986)ptitSeb2024-10-311-1/+1
* Small (probably cosmetic) fix for CloneEmu helper functionptitSeb2024-10-311-0/+1
* Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)ptitSeb2024-10-312-0/+39
* [rebree]The name of rbtree is set error. (#1984)zymayunyan2024-10-311-1/+1
* [RV64_DYNAREC] Added more opcodes for vector (#1983)Yang Liu2024-10-302-0/+57