about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [RV64_DYNAREC] Added preliminary xtheadvector support (#1892)Yang Liu2024-10-0214-127/+335
| | | | | * [RV64_DYNAREC] Added preliminary xtheadvector support * [RV64_DYNAREC] Fixed more unaligned issue
* [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few ↵ptitSeb2024-09-3015-542/+667
| | | | existing ones (Now Witcher 2 Linux boot and can enter tutorial, before crashing)
* [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 ↵ptitSeb2024-09-308-23/+96
| | | | libX11
* [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 ↵ptitSeb2024-09-303-113/+173
| | | | don't have mouse input working)
* [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
| | | | | | | * [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures * [WRAPPED32] Added back xdr functions * [WRAPPED32] Forgot to regenerate wrappers
* Revert a change ffrom previous build and pushed missing BOX32 generated ↵ptitSeb2024-09-295-18/+1
| | | | files too
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-299-27/+39
| | | | | | | * [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings * Fix More Warnings * Revert fillALProcWrapper() change
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-2917-106/+550
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [RV64_DYNAREC] Eliminate redundant vsetvli by tracking its usage (#1886)Yang Liu2024-09-296-5/+20
|
* [BOX32] Added 3 more event type to SDL2 event conversionptitSeb2024-09-291-0/+40
|
* [RV64_DYNAREC] Minor optimization on vector_vsetvli (#1885)Yang Liu2024-09-292-4/+9
|
* [RV64_DYNAREC] Refined RISC-V vector emitter (#1884)Yang Liu2024-09-293-512/+510
|
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl ↵Pablo Labs2024-09-295-88/+118
| | | | | | | library names on library_list_32.h (#1883) * [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library names on library_list_32.h * Fix Various Warnings
* [BOX32] Added 1event type for SDL2_Event conversionsptitSeb2024-09-281-0/+8
|
* [BOX32][WRAPPER] Added some more 32bits libc functionsptitSeb2024-09-287-7/+50
|
* [BOX32][WRAPPER] Added 32bits wrapped/hacked libtcmallocminimalptitSeb2024-09-289-0/+523
|
* [BOX32][WRAPPER] Added some minimum 32bits wrpping for fontconfig, and some ↵ptitSeb2024-09-2810-5/+489
| | | | fixes for iconv wrapped function signature
* [WRAPPER] Reworked libfontconfig with new wrapperhelperptitSeb2024-09-281-29/+29
|
* [BOX32][WRAPPER] Some fixes to libexpat 32bits wrapping and more other ↵ptitSeb2024-09-287-37/+142
| | | | 32bits functions
* [BOX32] Fixed wrapping for glShaderSourceARBptitSeb2024-09-284-2/+13
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed one from ↵ptitSeb2024-09-2810-12/+122
| | | | SDL2
* [BOX32] Added 2 more 32bits syscallsptitSeb2024-09-282-10/+28
|
* [BOX32][WRAPPER] Added 32bits wrapped libexpat and another batch of wrapped ↵ptitSeb2024-09-2813-15/+1146
| | | | function for 32bits libfreetype and SDL2
* [WRAPPER] Reworked wrapping of libexpat with new wrapperhelperptitSeb2024-09-281-25/+25
|
* [BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libcptitSeb2024-09-2813-103/+375
|
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-2716-169/+746
|
* [BOX32][TRACE] Better trace for recvptitSeb2024-09-271-1/+2
|
* [BOX32][WRAPPER] Added 2 more 32bits wrapped function to freetypeptitSeb2024-09-274-2/+14
|
* [RV64_DYNAREC] Refined RISC-V vector disassembler (#1880)xctan2024-09-271-584/+638
| | | | | * [RV64_DYNAREC] Refined RISC-V vector disassembler * [RV64_DYNAREC] Formated generated code
* [ARM64_DYNAREC] Small optim on 0F C7 /1 inst name (#1878)Yang Liu2024-09-261-1/+5
|
* [LA64_DYNAREC] Added unaligned support to CMPXCHG8B (#1877)Yang Liu2024-09-263-29/+79
|
* [BOX32][WRAPPER] Added some more 32bits wrapped functionsptitSeb2024-09-2613-23/+185
|
* [BOX32][WRAPPER] Added 32bits empty wrapped libXxf86vmptitSeb2024-09-267-0/+95
|
* [WRAPPER] Reworked wrapped libXxf86vm with new wrapperhelperptitSeb2024-09-261-2/+2
|
* [BOX32] Minor changes to 32bits freetype wrappingptitSeb2024-09-262-2/+10
|
* [LA64_DYNAREC] Fixed emit_add16 LBT implementation (#1875)Yang Liu2024-09-261-1/+1
|
* [BOX32][WRAPPER] Refined SDL2 display mode wrapping (#1874)Yang Liu2024-09-263-3/+15
| | | | | * [BOX32][WRAPPER] Refined SDL2 display mode wrapping * review
* [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) (#1872)Yang Liu2024-09-2612-8/+1875
| | | | | * [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) * Handle more events
* [BOX32][WRAPPER] Improved 32bits wrapping for libfreetype (still not 100% ok)ptitSeb2024-09-256-58/+614
|
* [WRAPPER] Added 1 GLX extension ([BOX32] too)ptitSeb2024-09-258-10/+69
|