about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* [WRAPPER] Added VK_ARM_data_graph extension to vulkan wrapper (for #3008)ptitSeb2025-09-054-1/+30
* [BOX32] Fixed dirname (#3007)Yang Liu2025-09-051-1/+1
* [BOX32] Fixed some strange XErrorEvent case (#3006)Yang Liu2025-09-041-3/+4
* [BOX32][WRAPPER] Added 1 more symbol to libcptitSeb2025-09-041-1/+1
* [ARM64_DYNAREC] Added some more UD handling in 64bits dynarecptitSeb2025-09-042-18/+168
* [BOX32] Fixed sign-extend issue when calling RunFunctionFmt with a pointer (#...Yang Liu2025-09-042-6/+6
* [RV64_DYNAREC] Added more scalar avx opcodes (#3005)Yang Liu2025-09-041-0/+129
* [WOWBOX64] Fixed buildptitSeb2025-09-031-0/+1
* Make sure to use custom allocator for everything Env relatedptitSeb2025-09-032-4/+5
* [TRACE] Small improvment for memory allocator traceptitSeb2025-09-031-3/+5
* [DYNAREC] Better handling of 32bits 2E & 36 prefix (silent some false negativ...ptitSeb2025-09-031-2/+6
* [DYNAREC] Use a static array for preds temporary, like all the other dynarec ...ptitSeb2025-09-031-7/+4
* Removed a useless file (#3001)Yang Liu2025-09-031-24/+0
* [CI] Added ARM64-GCC-8 target (Ubuntu Bionic) (#2987)theofficialgman2025-09-032-6/+59
* Minor updates to README.md (#3000)Yang Liu2025-09-032-10/+28
* [WRAPPER] Added experimental cuda wrappingptitSeb2025-09-0211-0/+1494
* [BASH] Use custom PS1 prefix to make box64-bash more distinguishable (#2998)Yang Liu2025-09-022-0/+23
* [WRAPPERHELPER] Added legacy __attribute support (#2996)Yang Liu2025-09-022-1/+2
* [WRAPPER] Wrapped a bunch of symbols (#2997)Yang Liu2025-09-0213-229/+530
* [BOX32] Allow resuming signal directly on dynarec instead of interpretor when...ptitSeb2025-09-011-4/+11
* [RV64_DYNAREC] Added 1 more scalar avx 0F opcode (#2994)Yang Liu2025-09-011-0/+47
* [CI] Speedup CI by skipping uncessary jobs when possible (#2993)Yang Liu2025-09-011-9/+74
* [INTERP] Fixed and improved 67 prefixed 32bits opcodesptitSeb2025-09-012-31/+28
* [WRAPPER] Improved some libGL function with callback wrappingptitSeb2025-09-011-0/+28
* [RV64_DYNAREC] Added more scalar avx 0F opcodes (#2992)Yang Liu2025-09-012-4/+198
* [INTERP][DYNAREC] Aligned !fastnan handling of 0F 51/52 opcodes (#2989)Yang Liu2025-09-014-17/+60
* Allow resuming signal directly on dynarec instead of interpretor when possibleptitSeb2025-09-011-3/+12
* [LA64_DYNAREC] Fixed a typo in 0F 53 RCPPS opcode (#2991)Yang Liu2025-09-011-4/+3
* [LA64_DYNAREC] Fix 0f.A3 BT opcode, fix ALSL operand order. (#2988)phorcys2025-09-011-1/+1
* [ARM64_DYNAREC][TRACE] Fixed SWP B/H opcodes printerptitSeb2025-08-311-2/+2
* [WRAPPER] Wrapped 2 more symbols for libfreetype (#2984)Yang Liu2025-08-301-0/+2
* [WRAPPER] Wrapped mallinfo2 for libc (#2983)Yang Liu2025-08-304-0/+19
* [ARM64_DYNAREC] Introduced a dynarec version of the UpdateFlags helper functionptitSeb2025-08-3016-26/+1187
* Fixed a misguarded box32 endif (#2982)Yang Liu2025-08-301-1/+1
* [WRAPPER] Wrapped more symbols for libresolv (#2981)Yang Liu2025-08-305-6/+8
* [RV64_DYNAREC] Added more scalar avx opcodes (#2980)Yang Liu2025-08-301-0/+270
* [INTERP] Fixed another regression introduced with #cb2c29c5f992cb4e5ec481f8d9...ptitSeb2025-08-291-0/+1
* [RCFILE] Added 2 more game profilesptitSeb2025-08-291-0/+10
* [LA64_DYNAREC] Fixed AVX VCVT[T]PS2DQ fastround path (#2979)Yang Liu2025-08-293-11/+19
* [RV64_DYNAREC] Added more scalar avx opcodes (#2978)Yang Liu2025-08-292-1/+179
* [BOX32][TRACE] Improved trace for nanosleepptitSeb2025-08-281-0/+3
* Improved handling of TF flagptitSeb2025-08-278-11/+31
* [RV64_DYNAREC] Added more scalar avx opcodes (#2975)Yang Liu2025-08-274-67/+176
* [INTERP] Fixed a regression introduced with cb2c29c5f992cb4e5ec481f8d99b973b9...ptitSeb2025-08-261-1/+1
* [TRACE] Adjusted disabled debug codeptitSeb2025-08-261-1/+0
* [RV64_DYNAREC] Added more scalar avx opcodes (#2974)Yang Liu2025-08-261-0/+601
* [RV64_DYNAREC] Added more scalar avx opcodes (#2973)Yang Liu2025-08-261-0/+97
* [WRAPPER] Improved pulse wrappingptitSeb2025-08-255-5/+69
* [TRACE] Small change on commented code (left for debugging purpose)ptitSeb2025-08-251-2/+2
* [INTERP] Fixed a regression introduced with a17811f4a615f417a5742dde62ab683cf...ptitSeb2025-08-251-2/+2