Commit Graph

  • fa59e748f9 [DYNAREC] Added a test for optimized REP MOVSB to avoid optim on overlapping addresses move master ptitSeb 2025-02-12 12:49:37 +01:00
  • c467c05112 [CI] Update to upload-artifact v4 ptitSeb 2025-02-10 09:18:51 +01:00
  • bb164a299f [DYNAREC] Optimized REP MOVSB opcode ptitSeb 2025-02-10 09:05:52 +01:00
  • eaf2e84e19 [INTERPRETER] Removed some useless tests on x87 comp ptitSeb 2025-01-08 15:54:50 +01:00
  • 7dcba89c71 [DYNAREC] Removed some bloated x87 code, improved test19 (backported from box64) ptitSeb 2025-01-08 15:31:14 +01:00
  • 5c5639be09 Trace program break to not allocate memory over there (backported from box64) ptitSeb 2025-01-07 15:39:44 +01:00
  • ee0c949bc2
    Document BOX86_ARG0 argv[0] rewriting variable (#1021) ValdikSS 2025-01-04 19:00:37 +03:00
  • d9402213f6
    Fix crash with incorrect argv[0]: rewrite it only if "box86" is present (#1020) ValdikSS 2025-01-04 18:58:17 +03:00
  • ef214fed91 Document BOX86_ARG0 argv[0] rewriting variable #1021 ValdikSS 2025-01-04 18:42:01 +03:00
  • 249dc5167f Fix crash with incorrect argv[0]: rewrite it only if "box86" is present #1020 ValdikSS 2025-01-04 18:04:01 +03:00
  • efe8bb4e6c
    Bumped version to v0.3.8 (#1019) ValdikSS 2025-01-04 15:27:06 +03:00
  • 516eadb6ae
    Bumped version to v0.3.8 #1019 ValdikSS 2025-01-04 15:24:30 +03:00
  • ec278bd784 Bumped version to v0.3.8 v0.3.8 ptitSeb 2024-12-06 15:04:39 +01:00
  • f1559b066c [DYNAREC] Improved x87 comparison (backporteed from Box64) ptitSeb 2024-12-04 11:13:17 +01:00
  • c9d20f60c8 [TRACE] Improved x87 trace (backported from Box64) ptitSeb 2024-12-04 11:12:45 +01:00
  • 512f0a6c92 [INTERPRETER] Improve x87 comparison (backported from Box64) ptitSeb 2024-12-04 10:25:46 +01:00
  • 1c280bd8a0 [INTERPRETER] Fixed x87 long double store that would loose sign on negative 0.0 ptitSeb 2024-12-04 10:09:56 +01:00
  • 20432122de [INTERPRETER] Fixed D9 F4 opcode ([DYNAREC] too) (backported from box64) ptitSeb 2024-12-03 14:36:23 +01:00
  • e754df0fb1 [INTERPRETER] Fixes some longdoub / double conversion cases (on nan/infinites/0.0) (backported from Box64)" ptitSeb 2024-12-03 14:26:41 +01:00
  • b9d565f444 [INTERPRETER] Added 0F 20..23 opcodes ptitSeb 2024-11-23 14:32:29 +01:00
  • 58f1b5d1e3
    [X86LIBS] Changed x86 libs install directory to prevent conflicts (#1014) theofficialgman 2024-11-20 11:52:53 -05:00
  • c88fe210da [X86LIBS] Changed x86 libs install directory to prevent conflicts #1014 theofficialgman 2024-11-20 11:41:13 -05:00
  • f921c0cdbe [WRAPPER] Added 1 wrapped function to fontconfig (for hl2) ptitSeb 2024-11-16 14:02:22 +01:00
  • 1e749beb2e Added BOX86_NOCRASHHANDLER to ignore crashhandler.so (for #1012) ptitSeb 2024-11-09 09:53:48 +01:00
  • 4caece4c0c Improved syscall 120 and added syscal 26 (for #1012) ptitSeb 2024-11-08 17:54:27 +01:00
  • d6b76922e7 Yet another adjustment to getcontext / setcontext wrapped functons ptitSeb 2024-11-08 16:46:12 +01:00
  • 69a021454a Adjusted getcontext / setcontext wrapped functons (should help #1012) ptitSeb 2024-11-08 16:19:58 +01:00
  • 336dc5b676 [VULKAN] Added 1 more extention ptitSeb 2024-11-07 16:49:55 +01:00
  • 450347f099
    Fixed some typos: BOX64 -> BOX86 (#1011) Mike Wang 2024-11-07 00:12:55 +08:00
  • 88b650ae9e
    Fixed some typos: BOX64 -> BOX86 #1011 Mike Wang 2024-11-06 23:18:39 +08:00
  • 30c72e23bd Added some new functions and a few fixes (for Steam) ptitSeb 2024-11-06 16:06:13 +01:00
  • ce0b4d1884 [CMAKE] Fixed SD865 profile, as a77.a55 is not supported in current build chain ptitSeb 2024-11-06 11:52:31 +01:00
  • 72d934b34c Added SD865 profile (for the new Retroid Pocket mini 5) ptitSeb 2024-11-05 15:43:49 +01:00
  • 4e8d4a2bff Added SD865 profile (for the new Retroid Pocket mini 5) ptitSeb 2024-11-05 15:41:26 +01:00
  • c993aacd04
    [CMAKE] Check CMAKE_SYSTEM_PROCESSOR after project() (#1008) Mike Wang 2024-10-29 23:56:37 +08:00
  • 300ca3d782
    [CMAKE] Check CMAKE_SYSTEM_PROCESSOR after project() #1008 Mike Wang 2024-10-29 22:17:54 +08:00
  • a7855d3bcb Fixed a warning ptitSeb 2024-10-09 20:24:08 +02:00
  • 7b8a6aa91d Changed hack for sem_timedwait to avoid changing const timespec ptitSeb 2024-10-09 10:09:52 +02:00
  • c65c514882 Added a fix for old game that use sem_timewait in an incorrect way ptitSeb 2024-10-08 19:10:09 +02:00
  • 62bc6bb1f3 [VULKAN] Added one vulkan extension ptitSeb 2024-10-04 15:13:41 +02:00
  • 0504c042f4 [TRACE] Improved some freetype function trace ptitSeb 2024-10-04 15:13:18 +02:00
  • 54c806c576 Another attempt to fix the __st_ino build issue (for #983) ptitSeb 2024-09-17 15:25:22 +02:00
  • 55e08ab0be Try to fix some build issue (might help #983) ptitSeb 2024-09-17 13:35:53 +02:00
  • e717b959c6 [TRACE] A bit more traces details ptitSeb 2024-09-16 15:26:56 +02:00
  • f97763cacd [PANDORA] Fixed OpenPandora build ptitSeb 2024-09-13 17:59:35 +02:00
  • fc43e4c22b [WRAPPER] Fixed some warning on wrapped libpulse ptitSeb 2024-09-13 17:59:11 +02:00
  • b01829b7d6 [RCFILE] Fixed a typo in a profile ptitSeb 2024-09-12 10:34:54 +02:00
  • d1fcdee8a8 Simplified old pthread cond functions ptitSeb 2024-09-12 10:26:16 +02:00
  • 56b23e0668 Fixed a libc syscall fallback ptitSeb 2024-09-12 10:25:50 +02:00
  • d927dae7e7 [WRAPPER] Fixed a few libc functions signatures ptitSeb 2024-09-12 10:25:01 +02:00
  • a49c286214 Better wrapping of legacy stat/fstat/lstat using stat64 this time ptitSeb 2024-08-27 10:41:33 +02:00
  • 80e092ae44 re-wrapped legacy stat/fstat/lstat using 32bits stat and not 64bits ones ptitSeb 2024-08-26 10:13:53 +02:00
  • 05017f46d2 Added 1 wrapped function to libX11 ptitSeb 2024-08-25 16:34:55 +02:00
  • 0caa80f9f1 Fixed a potential issue with glibc TLS block building ptitSeb 2024-08-25 16:34:35 +02:00
  • 66a91b8580
    Fix missing space in PKGBUILD-rk3xxx causing syntax error (#994) Raezroth 2024-08-14 23:56:08 -07:00
  • 6f05a2dec6
    Fix missing space in PKGBUILD-rk3xxx causing syntax error #994 Raezroth 2024-08-14 17:13:53 -07:00
  • bcd36a3152 [WRAPPER] Added 1 wrapped symbol to libc (for #985) ptitSeb 2024-08-11 15:35:24 +02:00
  • 6aba6364c4 [WRAPPER] Added 1 wrapped function to libxcb (for #986) ptitSeb 2024-08-11 15:30:35 +02:00
  • 0cf5179d7f [ANDROID] Try to fix this f***** android build ptitSeb 2024-08-11 15:22:13 +02:00
  • 3c9823198c [WRAPPER] Added 1 wrapped function to libgnutls (for #988) ptitSeb 2024-08-11 15:10:24 +02:00
  • 664956aaa0 Fixed some issue when build OS is _time64 aware (should help #987 #983 #976 #975, maybe some other) ptitSeb 2024-08-11 14:51:26 +02:00
  • 9811f140ce Fixed some copy/pasta issues with some not offten used libdl capabilities ptitSeb 2024-08-06 14:21:04 +02:00
  • 26ddd6e9ef
    Update README_UK.md (#984) Ilya114 2024-07-28 10:44:48 +03:00
  • 9ade0a3a42
    Update README_UK.md #984 Ilya114 2024-07-27 19:50:21 +03:00
  • c5bccdf300 Added 3 more wrapped function, not exclusive to android after all ptitSeb 2024-07-17 18:22:35 +02:00
  • 4b20581753 Fixed another typo ptitSeb 2024-07-16 20:45:32 +02:00
  • a4f38779eb Fixed some typos ptitSeb 2024-07-16 18:55:34 +02:00
  • 27c21f6979 Changed how TRAPNO 12 is triggered ptitSeb 2024-07-16 17:24:36 +02:00
  • e14d8abb61
    [MAXCPU] Added support for maxcpu (backport from box64) (#982) rajdakin 2024-07-16 11:15:33 +02:00
  • 3cf98f1856
    [WRAPPED] Fixed wrapped libc #982 rajdakin 2024-07-16 11:05:02 +02:00
  • e7cdb52867
    [ARM PRINTER] Fixed ADR decoder rajdakin 2024-07-16 10:52:28 +02:00
  • 2f8d78db08
    [MAXCPU] Added documentation for maxcpu rajdakin 2024-07-16 10:51:20 +02:00
  • 119319d231
    [MAXCPU] Added support for maxcpu (backport from box64) rajdakin 2024-07-16 10:49:37 +02:00
  • 54ed80f68a [VULKAN] Added 1 more extension (for #980) ptitSeb 2024-07-16 10:23:19 +02:00
  • a187c7ccd3 Added 2 new time64 wrapped libc functions ptitSeb 2024-07-16 10:12:41 +02:00
  • f6a5322cf3
    chore: check if arm-linux-gnueabihf-gcc exists else user defined value (#981) Panda 2024-07-16 11:00:03 +03:00
  • e36e402ab7
    chore: check if arm-linux-gnueabihf-gcc exists else user defined value closes #978 #981 rippanda12 2024-07-16 07:29:15 +00:00
  • 5da8235b18
    build: fix PKGBUILD-rk3xxx, _rkmodel was never set (#979) Panda 2024-07-16 09:11:18 +03:00
  • 9fa03ec943
    build: fix PKGBUILD-rk3xxx, _rkmodel was never set #979 Panda 2024-07-16 02:14:20 +03:00
  • 21e9a43d21 [TRACE] Fixed some issue with function name printing ptitSeb 2024-07-13 10:11:04 +02:00
  • dcc0355113 Fixed some issue on tracking when protecting memory with PROT=0 ptitSeb 2024-07-13 10:07:51 +02:00
  • 666b5a6ce6 Fixed a nasty bug on memory permission tracking ptitSeb 2024-07-11 12:16:16 +02:00
  • fcbebfa8c8 [RCFILE] Added 1 new profile ptitSeb 2024-07-05 10:04:32 +02:00
  • 9354744f68 [DOCS] Change organisation of COMPILE.md ptitSeb 2024-07-03 09:56:52 +02:00
  • fc0b51f3b8 Added a few more wrapped function (for steam) ptitSeb 2024-06-19 21:15:36 +02:00
  • cd88702516
    switch to maintained Pi-Apps-Coders apt repo (#971) theofficialgman 2024-06-19 12:40:26 -04:00
  • 4e47190469
    switch to maintained Pi-Apps-Coders apt repo #971 theofficialgman 2024-06-19 11:16:22 -04:00
  • 223fa8ea17
    Update ODROID-XU4 target (#970) MichaIng 2024-06-17 22:56:11 +02:00
  • 3fd205567b
    Update ODROID-XU4 target #970 MichaIng 2024-06-17 22:17:37 +02:00
  • d3d971d449
    Wrapped a handful of time64 functions (#969) Krzysztof Aleksander Pyrkosz 2024-06-15 20:59:26 +00:00
  • 147f5377cf Wrapped a handful of time64 functions #969 Krzysztof Aleksander Pyrkosz 2024-05-17 20:03:44 +02:00
  • 2e589f42fe
    Update install_steam.sh (#963) Kaze 2024-05-23 19:50:52 +02:00
  • e9f0888245
    Update install_steam.sh #963 Kaze 2024-05-23 19:30:51 +02:00
  • 96a34a2a40 Fixed a typo in x87 stack restauration ptitSeb 2024-05-22 23:48:08 +02:00
  • 69f0c979d4 More x87 fixes ([DYNAREC] too) ptitSeb 2024-05-22 23:34:47 +02:00
  • ff702c0318 [DYNAREC] Fixed a regression with the improved emit_pf helper ptitSeb 2024-05-22 21:58:50 +02:00
  • 968fc3fcfe [DYNAREC] Fixes to Cosim and to some x87 utility functions ptitSeb 2024-05-22 20:25:59 +02:00
  • 4abaa3d835 [DYNAREC] Simplified emit_pf helper ptitSeb 2024-05-22 11:08:24 +02:00
  • 121c67655b Start of a new dev. cycle ptitSeb 2024-05-22 10:38:48 +02:00
  • 9f8b96b749 Bumped version to v0.3.6 v0.3.6 ptitSeb 2024-05-21 17:31:57 +02:00