about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ARM64_DYNAREC] Fixed 67 66 prefixed REX readingptitSeb2024-01-241-0/+1
|
* Small improvment to MMAP32 managmentptitSeb2024-01-231-1/+1
|
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ↵ptitSeb2024-01-2311-24/+103
| | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles)
* [DYNAREC] use an rbtree for dynablock size and max_db_size updateptitSeb2024-01-235-4/+59
|
* [DYNAREC_RV64] Enable basic simple wrapper optimization (#1215)Yang Liu2024-01-232-23/+19
|
* Added 1 syscallptitSeb2024-01-221-0/+1
|
* [TRACE] Slightly improved traceptitSeb2024-01-221-1/+7
|
* Make sure Stack is aligned properly... (should help #1187 and ~1188)ptitSeb2024-01-223-2/+13
|
* [ELFLOADER] Zero'd memory when using mmap and filesize smaller than memsizeptitSeb2024-01-211-0/+2
|
* Removed a useless test in getProtection utility functionptitSeb2024-01-211-2/+0
|
* [TRACE] Improved trace for __libc_start_main init handlingptitSeb2024-01-211-1/+2
|
* Used rb_stree for mapallmem tooptitSeb2024-01-202-174/+55
|
* Added a few wrapped function to libcupsptitSeb2024-01-204-3/+7
|
* Use rbtree for mmapmem trackingptitSeb2024-01-191-24/+10
|
* Fix build on some older compilerptitSeb2024-01-191-1/+1
|
* Reworked exit, unloading libs and running Fini as it should (plus a ↵ptitSeb2024-01-198-32/+155
| | | | workaround for nvidia driver not unloading)
* Added 1 more wrapped libc function (for #1208)ptitSeb2024-01-193-1/+3
|
* Reworked wrapping of callback in X11 Va argsptitSeb2024-01-181-36/+289
|
* Fixes (#1207)rajdakin2024-01-1825-63/+69
| | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures
* Partial Wrapping of libxkbregistryptitSeb2024-01-187-0/+114
|
* Fixed an issue with a failsafe that was not workingptitSeb2024-01-181-2/+2
|
* [DYNAREC] Fixed a warningptitSeb2024-01-181-1/+1
|
* Added 1 more wrapped function to libcptitSeb2024-01-184-1/+31
|
* [DYNAREC] Test when changing page on building a dynablock if it's safeptitSeb2024-01-181-0/+18
|
* Added 1 more wrapped function to libgconf2ptitSeb2024-01-181-1/+1
|
* Some more fixes to new memory protection tracking (should help #1202 and #1200)ptitSeb2024-01-171-9/+9
|
* Wrapped libpulse-mainloop-glib (for #1203, untested)ptitSeb2024-01-168-0/+105
|
* [INTERPRETER] Fixed D7 opcodeptitSeb2024-01-161-4/+1
|
* [ARM64_DYNAREC] Fixed some special case for shrd/shld opcodesptitSeb2024-01-162-32/+14
|
* Added 1 more syscallptitSeb2024-01-161-0/+1
|
* Ficxed an issue with rbtree rb_get_end utility functionptitSeb2024-01-161-3/+4
|
* Round size to pagesize on the tracked memoryptitSeb2024-01-163-2/+7
|
* Used AddCheckBridge were the check could make senseptitSeb2024-01-166-17/+17
|
* [INTERPRETER] Fixed VM Detection (TF trick) for interpreterptitSeb2024-01-151-3/+12
|
* Small fix for a faked wrapped functionptitSeb2024-01-151-1/+1
|
* Fixed xcb_connect wrappingptitSeb2024-01-151-3/+12
|
* Added 1 more wrapped function to libgmpptitSeb2024-01-151-1/+1
|
* [ELFLOADER] Fixed some issue with COPY/GLOB_DATA symbol relocationsptitSeb2024-01-152-14/+10
|
* [RV64_DYNAREC] Fixed 66 87 XCHG opcode (#1198)xctan2024-01-131-2/+4
|
* [RBTREE] Reverted memory tracking to 32 bits (#1201)rajdakin2024-01-137-41/+46
|
* [ARM64_DYNAREC] Re-enable Atomics, seems stable nowptitSeb2024-01-121-2/+2
|
* [TRACE] Better trace for wrapped dladdr1 callsptitSeb2024-01-121-1/+1
|
* Removed a debug leftoverptitSeb2024-01-121-2/+5
|
* [VULKAN] Added some more extensions (for #424)ptitSeb2024-01-126-1/+69
|
* [RV64_DYNAREC] Fixed 66 0F B6 MOVZX opcode (#1196)xctan2024-01-111-0/+1
|
* Added 1 more wrapped function to libcupsptitSeb2024-01-104-1/+6
|
* [VULKAN] Wrapped VK_EXT_device_fault extension (for #424)ptitSeb2024-01-101-0/+3
|
* [VULKAN] Wrapped VK_KHR_map_memory2 extension (for #424)ptitSeb2024-01-101-0/+4
|
* [VULKAN] Wrapped VK_EXT_host_image_copy extension (for #424)ptitSeb2024-01-101-1/+8
|
* [VULKAN] Completed wrapping of VK_NV_scissor_exclusive extension (for #424)ptitSeb2024-01-101-0/+1
|