about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WRAPPER] Added more libicu wrapped functions (for #829) (#831)Yang Liu2023-06-097-2/+15
* Added more libicu wrapped function (for #829)ptitSeb2023-06-095-0/+113
* Improve logs a bitptitSeb2023-06-092-1/+3
* Added some icu wrapped function (for #829)ptitSeb2023-06-095-0/+60
* [DYNAREC_RV64] Added more opcodes (#828)Yang Liu2023-06-086-4/+136
* [INTERPRETER] Added 66 0F 38 37 PCMPGTQ opcode (#827)Yang Liu2023-06-081-1/+7
* [WRAPPER] Added some more libc wrappers (#826)Yang Liu2023-06-084-3/+8
* [VULKAN] Added one more extensionptitSeb2023-06-061-0/+3
* [DYNAREC_RV64] Fixed 9x SETcc opcodes (#824)Yang Liu2023-06-063-9/+10
* [DYNAREC] Fixed call_c issues (#823)Yang Liu2023-06-063-19/+22
* [DYNAREC] Fixed native_fprem (#822)Yang Liu2023-06-061-18/+18
* [ARM64_DYNAREC] Fixed PUSH rsp when double pushing (#821)Yang Liu2023-06-051-27/+22
* [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805)ptitSeb2023-06-043-1/+11
* [DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805)ptitSeb2023-06-041-0/+3
* [RV64_DYNAREC] Small optim on GETGX/GETGM helper macros (#817)Yang Liu2023-06-035-603/+603
* Added some more setup for Project Zomboid (should help #112)ptitSeb2023-06-021-0/+2
* [RV64_DYNAREC] Added more opcodes for ICEY (#816)xctan2023-06-023-0/+100
* [RV64_DYNAREC] Added F0 80 /1 LOCK OR opcode for ICEY (#815)xctan2023-06-011-0/+37
* Do not try to preserve high memory (unless BOX64_RESERVE_HIGH=1 is used), as ...ptitSeb2023-05-311-1/+5
* [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...ptitSeb2023-05-314-0/+18
* [RV64_DYNAREC] Fixed 6B IMUL opcode (#812)Yang Liu2023-05-301-3/+3
* [RV64_DYNAREC] Fixed geted32 (#811)Yang Liu2023-05-301-37/+39
* Added wrapped gdk_window_set_background_rgba function to gdk3 (for #809)ptitSeb2023-05-281-0/+1
* Fixed wrapped gdk_threads_add_idle_full function to gdk3 (for #809)ptitSeb2023-05-281-1/+1
* Added wrapped gdk_threads_add_idle_full function to gdk3 (for #809)ptitSeb2023-05-284-2/+57
* [ARM64_DYNAREC] Fixed OF flag for ror32c emiterptitSeb2023-05-281-1/+1
* Added ignored 26 prefix to interpreterptitSeb2023-05-281-1/+2
* Added a few gstreamer wrapped functionptitSeb2023-05-282-6/+6
* Added wrapped g_settings_get_uint funciton (for #809)ptitSeb2023-05-281-1/+1
* Added GstTaskPoll to gtkclass wrappingptitSeb2023-05-283-0/+55
* [RV64_DYNAREC] Added F3 0F B8 POPCNT opcode and fixed LOCK CMPXCHG16B for ML2...xctan2023-05-284-2/+61
* [WRAPPER] Added some wayland function wrappers (#807)Yang Liu2023-05-284-13/+18
* [RV64_DYNAREC] Added more opcodes (#806)Yang Liu2023-05-284-0/+53
* [RV64_DYNAREC] Small optim to AND with constant emiterptitSeb2023-05-281-1/+1
* [DYNAREC] Do not track memory that is not accessible (should save some memory)ptitSeb2023-05-282-5/+18
* [RV64_DYNAREC] Fixed 66 0F CMOV opcodes (#804)Yang Liu2023-05-271-23/+22
* Fixed some potential issues when signal occurs with a (near) bad rspptitSeb2023-05-251-2/+2
* Added partial support for TF flags (should help with eroneous debugger detect...ptitSeb2023-05-246-0/+35
* [RV64_DYNAREC] Fixed 66 0F 38 2B PACKUSDW opcode (#802)Yang Liu2023-05-241-4/+4
* [WRAPPER] Added 4 more libc dprintf wrappers (#798)Yang Liu2023-05-226-4/+61
* [WRAPPER] Added vwprintf (#794)Yang Liu2023-05-204-35/+10
* [RV64_DYNAREC] Fixed SSE reg Cache when a SSE change type (SS/SD/Vector)ptitSeb2023-05-175-1/+38
* [WRAPPER] Fixed stack align on varargs (for #789) (#790)Yang Liu2023-05-162-4/+4
* [WRAPPER] Added 1 more symbol for libc (for #787) (#788)Yang Liu2023-05-154-8/+20
* [RV64_DYNAREC] Fixed DF E0 opcodeptitSeb2023-05-151-2/+1
* [RV64_DYNAREC] Added some missing fixes on GETEX (#785)Yang Liu2023-05-152-22/+27
* [RV64_DYNAREC] Use the new x9 scratch register (#784)Yang Liu2023-05-152-13/+7
* [RV64_DYNAREC] Small optim on GETEX helper macroptitSeb2023-05-143-20/+25
* [RV64_DYNAREC] Fixed non-Zbb path for some 66 0F opcodesptitSeb2023-05-132-22/+31
* [RV64_DYNAREC] Added 66 0F 38 30-35/38-3B/3D-40 opcodes (for dav1d)ptitSeb2023-05-131-3/+160