about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [BOX32][WRAPPER] Reworked 32bits libX11, with new wrapperhelperptitSeb2024-10-0511-584/+1766
* [BOX32][WRAPEPR] Reworked 32bits libfontconfig with new wrapperhelperptitSeb2024-10-056-173/+256
* [BOX32][WRAPPER] Added more 32bits wrapped function to libfreetypeptitSeb2024-10-056-16/+397
* [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter lin...ptitSeb2024-10-0412-22/+125
* [RV64] Allowed disabling more extensions (#1904)Yang Liu2024-10-041-0/+25
* [BOX32][WRAPPER] Reworked 32bits libXext with new wrapperhelperptitSeb2024-10-048-118/+398
* [BOX32] Initalized libX11 if used without loading (becauseit's loaded indirec...ptitSeb2024-10-041-0/+9
* [BOX32][WRAPPER] Added wraped mostly empty 32bits libXextptitSeb2024-10-0411-5/+611
* [WRAPEPR] Reworked libXext wrapping with new wrapperhelperptitSeb2024-10-046-115/+163
* [ARM64_DYNAREC] Worked on CF IRET opcodeptitSeb2024-10-043-3/+12
* [INTERPRETER] Worked on CF IRET opcodeptitSeb2024-10-041-7/+9
* [BOX32][WRAPPER] Fixed 32bits mktimeptitSeb2024-10-044-1/+5
* Fixed x86_64 buildptitSeb2024-10-041-1/+1
* [TRACE] Btter trace for ioctlptitSeb2024-10-046-13/+12
* Return the correct errno when mmap can't allocated hinted memory addressptitSeb2024-10-041-0/+2
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ...ptitSeb2024-10-048-37/+150
* [RV64_DYNAREC] Added more opcodes for xtheadvector (#1899)Yang Liu2024-10-033-79/+131
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-0313-457/+524
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-034-21/+323
* [BOX32] More check for low alignment in memalign wrapped functionsptitSeb2024-10-031-2/+7
* [WRAPPER] Fixed RV64 isSimpleWrappers (#1898)rajdakin2024-10-031-113/+409
* [RV64_DYNAREC] Added more opcodes for xtheadvector and fixed more issues (#1897)Yang Liu2024-10-033-30/+106
* [BOX32][WRAPPER] Added full wrapped support for 32bits libudev0 and libudev1ptitSeb2024-10-0315-1/+304
* [BOX32] Added rolling log print on Stack corrupted callptitSeb2024-10-031-0/+1
* [TRACE] Fixed StopEmu on trace build when trace is not enabledptitSeb2024-10-031-1/+7
* [WRAPPER] Improved libudev1 wrapped logf functionptitSeb2024-10-031-13/+4
* [WRAPPER] Reworked libudev1 wrapping with new wrapperhelperptitSeb2024-10-034-11/+10
* [BOX32][WRAPPER] Added a few more libX11 32bits wrapped functionsptitSeb2024-10-036-4/+40
* [BOX32] Added workaround for posix_memalign when used with align of 4ptitSeb2024-10-031-1/+3
* [BOX32][TRACE] Some more improved traceptitSeb2024-10-032-1/+32
* [DYNAREC] Added a new missing mode for fallback opcodes (#1896)Yang Liu2024-10-029-18/+20
* [RV64_DYNAREC] Added preliminary xtheadvector support (#1892)Yang Liu2024-10-0214-127/+335
* [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few e...ptitSeb2024-09-3015-542/+667
* [BOX32] Added 2 more 32bits syscallsptitSeb2024-09-301-3/+12
* [BOX32] Set default FS to 0 for 32bits appsptitSeb2024-09-301-1/+1
* [BOX32][WRAPPER] Added 32bits wrapping for SDL2_imageptitSeb2024-09-3012-2/+314
* [BOX32] Keep low memory free by defaultptitSeb2024-09-301-1/+1
* [DYNAREC] Start with dynarec instead of interpreterptitSeb2024-09-301-1/+1
* [BOX32][WRAPPER] Added a few more wrapped functions to libGL, libasound and l...ptitSeb2024-09-308-23/+96
* [BOX32][WRAPPER] nl_langinfo signature needs t as return typeptitSeb2024-09-304-6/+6
* [BOX32] Handling of BOX64_MAXCPU for 32bits appsptitSeb2024-09-306-6/+29
* [BOX32][WRAPPER] More work on SDL2 Wrapping(but TheStanleyParable still don't...ptitSeb2024-09-303-113/+173
* [BOX32] Fixed main Elf init not always calledptitSeb2024-09-302-3/+15
* [BOX32] Enable futex robust_list hack for all 32bits software for nowptitSeb2024-09-301-1/+1
* [BOX32][WRAPPER] Manualy changed wctype_t to h in libc wrappingptitSeb2024-09-304-6/+7
* Various box32 wrapped libs and script fixes (#1889)rajdakin2024-09-3081-566/+654
* Revert a change ffrom previous build and pushed missing BOX32 generated files...ptitSeb2024-09-295-18/+1
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-299-27/+39
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing fon...ptitSeb2024-09-2917-106/+550
* [RV64_DYNAREC] Eliminate redundant vsetvli by tracking its usage (#1886)Yang Liu2024-09-296-5/+20