about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bumped version to v0.2.6ptitSeb2023-12-151-1/+1
* [ARM64_DYNAREC] Added one ore special case of device unaligned memory access ...ptitSeb2023-12-151-0/+22
* Added 1 more vulkan extensionptitSeb2023-12-151-0/+3
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-157-7/+30
* Added lldb option to JITGDBptitSeb2023-12-153-4/+6
* [ARM64_DYNAREC] fix emit_shld16(c) (#1141)liuli2023-12-151-4/+10
* [LIBRARIES] Fixed lowercase libXrandr lib call (#1137)Lily2023-12-141-0/+2
* Added 1 more vulkan extensionptitSeb2023-12-134-1/+25
* [DYNAREC] Fixed a bug with latest dynarec changesptitSeb2023-12-131-1/+1
* Added 1 vulkan extension (for modern nvidia cards)ptitSeb2023-12-131-1/+6
* [DYNAREC] Made callret default, improved callret efficiency, and dynarec spee...ptitSeb2023-12-1310-37/+91
* fix emit_shr16 (#1135)liuli2023-12-131-2/+2
* [DYNAREC] New attempt to make callret optim stable and usableptitSeb2023-12-128-17/+42
* Added 1 wrapped symbol to libcupsptitSeb2023-12-111-1/+1
* [DYNAREC] Rollback most callret changes for now, they are not good enoughptitSeb2023-12-117-38/+11
* [INTERPRETER] Added 67 0F 29 opcodeptitSeb2023-12-111-0/+8
* [DYNAREC] Try to improve stability of BOX64_DYNAREC_CALLRET=1 (not really sup...ptitSeb2023-12-118-14/+45
* [DYNAREC_RV64] Added more opcodes for flatout.exe (#1134)Yang Liu2023-12-104-24/+123
* [DYNAREC_RV64] Added more opcodes for flatout.exe (#1133)Yang Liu2023-12-103-1/+100
* Added lib64 to loaded libs in pressur-vessel emulationptitSeb2023-12-091-1/+3
* [DYNAREC_RV64] Added more opcodes for flatout.exe (#1132)Yang Liu2023-12-096-13/+179
* Small fixes to a few pulse wrapped symbol signatureptitSeb2023-12-094-5/+15
* Fixed a signal handler (helps wine stuffs)ptitSeb2023-12-081-1/+1
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-084-20/+179
|\
| * [DYNAREC_RV64] Added more and more opcodes for flatout.exe (#1128)Yang Liu2023-12-084-20/+179
* | [ARM64_DYNAREC] Fixed 66 A4/AC opcodesptitSeb2023-12-081-0/+2
|/
* [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
|\