about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* [MALLOCHOOK] Small improvments to mallochook_2ptitSeb2023-12-018-34/+27
* Improved bridge name storage/retreivalptitSeb2023-12-015-43/+9
* [VULKAN] Better wrapping of vkCreateInstanceptitSeb2023-12-011-9/+50
* [ANDROID] Try to fix libbsd issuesptitSeb2023-12-013-2/+7
* [ANDROID] Small change that might help on android?ptitSeb2023-11-302-2/+2
* Added support for wrapped libbsd (needed for latest libstdc++ lib)ptitSeb2023-11-309-10/+187
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-11-307-65/+107
|\
| * [DYNAREC_RV64] Added more opcodes for flatout.exe (#1100)Yang Liu2023-11-297-65/+107
* | [ARM64_DYNAREC] Potential fixes for some arm64 emitter macrosptitSeb2023-11-301-18/+18
|/
* [ELFLOADER] Use a fallback if allocated memory not at expected address for el...ptitSeb2023-11-291-2/+8
* [DYNAREC_RV64] Added more opcodes for flatout.exe (#1099)Yang Liu2023-11-284-3/+37
* [DYNAREC][INTERPRETER] Rework on 6C/6D/6E/6F opcodes (#1098)Yang Liu2023-11-283-72/+45
* [ELFLOADER] Some fixes to localy openned libs when symbols might collide with...ptitSeb2023-11-282-35/+38
* [ARM64_DYNAREC] Fixes some rare-case of flags not correctly propagated on for...ptitSeb2023-11-282-21/+10
* Use non-Android version of functions_list.txt on the repoptitSeb2023-11-281-1/+0
* [AMR64_DYNAREC] A few optimisations on some F0 BTx opcodesptitSeb2023-11-281-22/+12
* [ARM64_DYNAREC] Fixed BFI emitterptitSeb2023-11-281-5/+5
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-11-282-5/+8
|\
| * [DYNAREC_RV64] Added missing fallbacks in x87 opcodes (#1096)Yang Liu2023-11-282-5/+8
* | [ARM64_DYNAREC] Added 67 8A opcodeptitSeb2023-11-281-1/+34
|/
* [ANDROID] Fix Clang Compiling (#1094)Lily2023-11-282-0/+13
* [WRAPPERS] Added fallback glXSwapIntervalEXT function if not present (#1092)Yang Liu2023-11-274-3/+50
* [ANDROID] Use TERMUX Define Instead ANDROID (#1093)Lily2023-11-271-1/+1
* [ANDROID] Fix Compiling (#1091)Lily2023-11-274-1/+26
* [TRACE] Fixes some crash when setting a trace in a lib load laterptitSeb2023-11-271-2/+2
* Added a few wrapped libxcb and xcbrandr function (for Recursed)ptitSeb2023-11-272-13/+13
* [DYNAREC_RV64] Fixed BTS BTR BTC again (#1090)Yang Liu2023-11-271-13/+13
* [ANDROID] Added missing wrappedandroidshmem def headers (#1088)Lily2023-11-272-0/+16
* [DYNAREC_RV64] Fixed emit_ror32 (#1087)Yang Liu2023-11-261-4/+4
* [SIGNAL] Fixed copyUCTXreg2Emu (#1086)Yang Liu2023-11-261-1/+1
* [DYNAREC_RV64] Fixed BTS BTR BTC for zbs extension (#1084)Yang Liu2023-11-262-1/+4
* [ARM64_DYNAREC] Fixed some typo if x87_forget helperptitSeb2023-11-241-2/+2
* [DYNAREC_RV64] Added more opcode for minipad2.exe (#1081)Yang Liu2023-11-244-3/+143
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-11-232-14/+14
|\
| * [DYNAREC_RV64] Fixed FCOMP opcode (#1080)Yang Liu2023-11-232-14/+14
* | [ANDROID] This should fix Android build, again and againptitSeb2023-11-231-5/+5
|/
* [ANDROID] This should fix Android build, againptitSeb2023-11-231-0/+2
* [ANDROID] This should fix Android buildptitSeb2023-11-231-0/+35
* [RV64] This should fix RISCV64 buildptitSeb2023-11-231-1/+1
* [INTERPRETER] LES/LDS are valid only if next byte has high bit not setptitSeb2023-11-231-2/+2
* Clear errno when pctrl_arch has no errorptitSeb2023-11-231-0/+1
* [ARM64_DYNAREC] Some fixes and improvment to various opcodesptitSeb2023-11-235-47/+31
* Small improvement on signal handlingptitSeb2023-11-231-26/+51
* Small change (mostly cosmetics) for some wrapped libc functionsptitSeb2023-11-231-20/+26
* Fixed some wrapped aio_ functions signature of librtptitSeb2023-11-236-12/+80
* [ARM64_DYNAREC] Fixed 0F 38 CD opcodeptitSeb2023-11-221-5/+6
* Some small changes to cpuid and exposed BMI1ptitSeb2023-11-221-2/+23
* Fixed cpu name gatheringptitSeb2023-11-221-4/+6