about summary refs log tree commit diff stats
path: root/src/include (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-05[BOX32] Fixed dirname (#3007)Yang Liu1-1/+1
2025-09-04[BOX32] Fixed some strange XErrorEvent case (#3006)Yang Liu1-3/+4
2025-09-04[BOX32][WRAPPER] Added 1 more symbol to libcptitSeb1-1/+1
2025-09-04[ARM64_DYNAREC] Added some more UD handling in 64bits dynarecptitSeb2-18/+168
2025-09-04[BOX32] Fixed sign-extend issue when calling RunFunctionFmt with a pointer (#...Yang Liu2-6/+6
2025-09-04[RV64_DYNAREC] Added more scalar avx opcodes (#3005)Yang Liu1-0/+129
2025-09-03[WOWBOX64] Fixed buildptitSeb1-0/+1
2025-09-03Make sure to use custom allocator for everything Env relatedptitSeb2-4/+5
2025-09-03[TRACE] Small improvment for memory allocator traceptitSeb1-3/+5
2025-09-03[DYNAREC] Better handling of 32bits 2E & 36 prefix (silent some false negativ...ptitSeb1-2/+6
2025-09-03[DYNAREC] Use a static array for preds temporary, like all the other dynarec ...ptitSeb1-7/+4
2025-09-03Removed a useless file (#3001)Yang Liu1-24/+0
2025-09-03[CI] Added ARM64-GCC-8 target (Ubuntu Bionic) (#2987)theofficialgman2-6/+59
2025-09-03Minor updates to README.md (#3000)Yang Liu2-10/+28
2025-09-02[WRAPPER] Added experimental cuda wrappingptitSeb11-0/+1494
2025-09-02[BASH] Use custom PS1 prefix to make box64-bash more distinguishable (#2998)Yang Liu2-0/+23
2025-09-02[WRAPPERHELPER] Added legacy __attribute support (#2996)Yang Liu2-1/+2
2025-09-02[WRAPPER] Wrapped a bunch of symbols (#2997)Yang Liu13-229/+530
2025-09-01[BOX32] Allow resuming signal directly on dynarec instead of interpretor when...ptitSeb1-4/+11
2025-09-01[RV64_DYNAREC] Added 1 more scalar avx 0F opcode (#2994)Yang Liu1-0/+47
2025-09-01[CI] Speedup CI by skipping uncessary jobs when possible (#2993)Yang Liu1-9/+74
2025-09-01[INTERP] Fixed and improved 67 prefixed 32bits opcodesptitSeb2-31/+28
2025-09-01[WRAPPER] Improved some libGL function with callback wrappingptitSeb1-0/+28
2025-09-01[RV64_DYNAREC] Added more scalar avx 0F opcodes (#2992)Yang Liu2-4/+198
2025-09-01[INTERP][DYNAREC] Aligned !fastnan handling of 0F 51/52 opcodes (#2989)Yang Liu4-17/+60
2025-09-01Allow resuming signal directly on dynarec instead of interpretor when possibleptitSeb1-3/+12
2025-09-01[LA64_DYNAREC] Fixed a typo in 0F 53 RCPPS opcode (#2991)Yang Liu1-4/+3
2025-09-01[LA64_DYNAREC] Fix 0f.A3 BT opcode, fix ALSL operand order. (#2988)phorcys1-1/+1
2025-08-31[ARM64_DYNAREC][TRACE] Fixed SWP B/H opcodes printerptitSeb1-2/+2
2025-08-30[WRAPPER] Wrapped 2 more symbols for libfreetype (#2984)Yang Liu1-0/+2
2025-08-30[WRAPPER] Wrapped mallinfo2 for libc (#2983)Yang Liu4-0/+19
2025-08-30[ARM64_DYNAREC] Introduced a dynarec version of the UpdateFlags helper functionptitSeb16-26/+1187
2025-08-30Fixed a misguarded box32 endif (#2982)Yang Liu1-1/+1
2025-08-30[WRAPPER] Wrapped more symbols for libresolv (#2981)Yang Liu5-6/+8
2025-08-30[RV64_DYNAREC] Added more scalar avx opcodes (#2980)Yang Liu1-0/+270
2025-08-29[INTERP] Fixed another regression introduced with #cb2c29c5f992cb4e5ec481f8d9...ptitSeb1-0/+1
2025-08-29[RCFILE] Added 2 more game profilesptitSeb1-0/+10
2025-08-29[LA64_DYNAREC] Fixed AVX VCVT[T]PS2DQ fastround path (#2979)Yang Liu3-11/+19
2025-08-29[RV64_DYNAREC] Added more scalar avx opcodes (#2978)Yang Liu2-1/+179
2025-08-28[BOX32][TRACE] Improved trace for nanosleepptitSeb1-0/+3
2025-08-27Improved handling of TF flagptitSeb8-11/+31
2025-08-27[RV64_DYNAREC] Added more scalar avx opcodes (#2975)Yang Liu4-67/+176
2025-08-26[INTERP] Fixed a regression introduced with cb2c29c5f992cb4e5ec481f8d99b973b9...ptitSeb1-1/+1
2025-08-26[TRACE] Adjusted disabled debug codeptitSeb1-1/+0
2025-08-26[RV64_DYNAREC] Added more scalar avx opcodes (#2974)Yang Liu1-0/+601
2025-08-26[RV64_DYNAREC] Added more scalar avx opcodes (#2973)Yang Liu1-0/+97
2025-08-25[WRAPPER] Improved pulse wrappingptitSeb5-5/+69
2025-08-25[TRACE] Small change on commented code (left for debugging purpose)ptitSeb1-2/+2
2025-08-25[INTERP] Fixed a regression introduced with a17811f4a615f417a5742dde62ab683cf...ptitSeb1-2/+2
2025-08-25[RV64_DYNAREC] Added more scalar avx opcodes (#2971)Yang Liu3-4/+571