about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC_RV64] Added more and more opcodes for flatout.exe (#1128)Yang Liu2023-12-084-20/+179
* [DYNAREC_RV64] Added more opcodes for flatout.exe (#1126)Yang Liu2023-12-083-9/+114
* Added a couple of wrapped gtk3/gdk3 function (for #1120)ptitSeb2023-12-085-1/+11
* Refactored wrapping of libpulseptitSeb2023-12-081-264/+312
* More wrapped gtk3 functionsptitSeb2023-12-081-0/+1
* Small fixes to new pulse additionsptitSeb2023-12-081-2/+3
* Added some new wrapped function to pulseaudioptitSeb2023-12-076-1/+47
* Many new (and some fixed) gtk3/gdk3 functions (for Cemu)ptitSeb2023-12-077-16/+110
* [DYNAREC] Small change to signal handling and unexpected segfaultptitSeb2023-12-071-5/+10
* Fixes DynaCall when a uc_link has been setup beforeptitSeb2023-12-071-0/+4
* [TRACE] Better trace for some specific jumpptitSeb2023-12-071-2/+6
* Fixed some Callback signature for wrapped libpng16ptitSeb2023-12-071-4/+4
* [DYNAREC_RV64] Added unaligned support for some LOCK opcodes (#1123)Yang Liu2023-12-071-3/+43
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-071-1/+3
|\
| * [DYNAREC_RV64] Use a temporary solution to get things to work (#1122)Yang Liu2023-12-071-1/+3
* | Better way to handle multiple 3E/26 and F2/F3 prefixes ([DYNAREC] too)ptitSeb2023-12-072-10/+14
|/
* Added 1 more gdk3 functionptitSeb2023-12-061-0/+1
* Added one more wrapped function to gtk3ptitSeb2023-12-064-1/+9
* [GTK3] Wrapped GtkFixedptitSeb2023-12-063-0/+42
* Fixed a warningptitSeb2023-12-061-1/+1
* Fix for non-dynarec buildptitSeb2023-12-062-2/+2
* [TRACE] Better trace for an issue inside a wrapperptitSeb2023-12-061-4/+6
* [ARM64_DYNAREC] Made some opcode truer to what they should on some edge casesptitSeb2023-12-067-48/+193
* [INTERPRETER] Made some opcode truer to what they should on some edge casesptitSeb2023-12-063-87/+246
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-061-19/+130
|\
| * [DYNAREC_RV64] Added more dasm support for thead extensions (#1118)Yang Liu2023-12-061-19/+130
* | Added wrapped gtk_scrollable_get_type (for #1077)ptitSeb2023-12-061-0/+1
|/
* Added mbstowcs_chk wrapped functionptitSeb2023-12-061-1/+1
* [INTERPRETER] Trigger a trap exception when CC is encounteredptitSeb2023-12-051-3/+4
* [32BITS] Forgot 66 54 opcodeptitSeb2023-12-051-0/+1
* [INTERPRETER] Refactored 0F A4/A5 opcodes for better readabilityptitSeb2023-12-051-5/+15
* [INTERPRETER] Added addling to divide by 0 exceptionptitSeb2023-12-053-0/+36
* [INTERPRETER] Call opcode also need getAlternate redirectionptitSeb2023-12-051-0/+1
* Show TLS resize warning only if old size is not 0ptitSeb2023-12-051-1/+3
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-052-199/+424
|\
| * [DYNAREC_RV64] Refine printer and add support for Zb* extensions (#1115)Yang Liu2023-12-052-199/+424
* | [DYNAREC] Removed unused code in strongmem emulationptitSeb2023-12-055-7/+4
|/
* Changes to be committed: (#1110)Creeper-xie2023-12-041-4/+8
* [ARM64_DYNAREC] More work on LOCK prefixed opcodes (Atomic still disabled)ptitSeb2023-12-036-22/+59
* [ARM64] Documented most HWCAP flagsptitSeb2023-12-031-28/+29
* [ARM64_DYNAREC] XLAT is 64bits by default on 64bits modeptitSeb2023-12-031-5/+1
* [ARM64_DYNAREC] Added optionnal memory barrier to MOVS/STOSptitSeb2023-12-021-0/+6
* [ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the u...ptitSeb2023-12-025-8/+66
* Added some more wrapped function to libdrmptitSeb2023-12-026-19/+87
* [TERMUX] Added faked wrapped termux-exec and simplified output (#1103)Lily2023-12-0213-41/+184
* [ARM64_DYNAREC] Generalized the use of Flag Manipulation Extension (if present)ptitSeb2023-12-025-403/+84
* [ARM64_DYNAREC] Fixed add8 OF flag emitter when Flag Manipulation Ext is supp...ptitSeb2023-12-021-2/+2
* Fixed some potentials segfault with wine apps (maybe other too)ptitSeb2023-12-011-2/+4
* [TERMUX] Hopefully this will fix itptitSeb2023-12-012-2/+2
* [TERMUX] Added 2 faked wrapped libs (symbols should be in libc already)ptitSeb2023-12-015-0/+56