about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [ELFLOADER] Fixed PROTECTED symbol that were not loaded correctlyptitSeb2024-09-211-0/+4
|
* [BOX32] Added some more 32bits wrapped functionsptitSeb2024-09-217-17/+41
|
* [BOX32] Fixed wrapping of __ctype_b, __ctype_tolower and __ctype_toupperptitSeb2024-09-211-6/+6
|
* [BOX32][TRACE] Better trace for a few more 32bits string functionsptitSeb2024-09-211-1/+3
|
* [BOX32] Added 32bits wrapped libGLUptitSeb2024-09-219-0/+344
|
* [BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, ↵ptitSeb2024-09-2113-58/+138
| | | | but need SDL12COMPAT_OPENGL_SCALING=0)
* [RV64_DYNAREC] Added more opcodes for vector (#1848)Yang Liu2024-09-201-0/+58
|
* [LA64_DYNAREC] Fixed a typo in GETGB (#1846)Yang Liu2024-09-201-1/+1
|
* [WRAPPER] Reworked libX11 with new wrapperhelperptitSeb2024-09-207-432/+563
|
* [WRAPPER] Reworked libXft with new wrapperhelper (should help #1841)ptitSeb2024-09-206-69/+144
|
* [RV64_DYNAREC] Added more opcodes and fixed more issues for vector (#1842)Yang Liu2024-09-203-14/+148
| | | | | | | | | | | | | | | * [RV64_DYNAREC] Added 66 0F 6D PUNPCKHQDQ opcode * [RV64_DYNAREC] Added more opcode * [RV64_DYNAREC] Added more opcodes for vector * [RV64_DYNAREC] Added more opcodes * [RV64_DYNAREC] Added more opcodes * [RV64_DYNAREC] Added more opcode * More fixes
* [WRAPPER] Added 1 wrapped function to libX11 (for #1204 and #1841)ptitSeb2024-09-204-1/+9
|
* Added Syscall 165 (for #1672)ptitSeb2024-09-201-0/+1
|
* [RV64_DYNAREC] Added 62 opcode (#1840)LiZhuoheng2024-09-201-1/+10
|
* [RV64_DYNAREC] Fixed more issues catched on real machine (#1839)Yang Liu2024-09-192-18/+25
|
* [BOX32][WRAPPER] Added minimum 32bits libasound supportptitSeb2024-09-199-0/+1654
|
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1838)Yang Liu2024-09-192-14/+156
|
* [WRAPPER] Reworked libasound with new wrapperhelperptitSeb2024-09-196-284/+503
|
* Fixed a comment on x87 tagsptitSeb2024-09-191-1/+1
|
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and ↵ptitSeb2024-09-198-49/+50
| | | | libxcb-private
* [TRACE] Fixed a potential segfault when trying to trace a function from a ↵ptitSeb2024-09-191-1/+1
| | | | dlopenn'd lib
* [TRACE] Some better trace for a few function callptitSeb2024-09-191-0/+10
|
* Fixed some x87 tag handlingptitSeb2024-09-191-4/+4
|
* [RV64_DYNAREC] Added more opcodes for vector (#1837)Yang Liu2024-09-192-4/+78
|
* [RV64_DYNAREC] Added more opcodes for vector (#1836)Yang Liu2024-09-194-0/+96
|
* [RV64_DYNAREC] Fixed more unaligned issues for vector (#1835)Yang Liu2024-09-191-3/+6
|
* [RV64_DYNAREC] Fixed some found issues in vector (#1834)Yang Liu2024-09-182-39/+43
| | | | | | | | | | | | | * [RV64_DYNAREC] Fixed 66 0F 63/6B PACKSSWB opcode * [RV64_DYNAREC] Fixed 66 0F 3A 0F PALIGNR opcode * [RV64_DYNAREC] GETGX_empty_vector should come after GETEX_vector * [RV64_DYNAREC] Fixed unaligned memory access * [RV64_DYNAREC] Fixed more unaligned issue * Fix CI
* [WRAPPER] Reworked libGLU with new wrapper helperptitSeb2024-09-186-110/+111
|
* [WRAPPER] Reworked libEGL with new wrapperhelperptitSeb2024-09-184-32/+42
|
* [WRAPPER] Reworked libgobject-2.0 with new wrapperhelperptitSeb2024-09-186-194/+198
|
* [WRAPPER] Reworked wrapped libpsl.so.5 with new wrapperhelperptitSeb2024-09-181-2/+21
|
* [WRAPPER] Reworked wrapping glib-2.0 (stil with new wrapperhelper)ptitSeb2024-09-186-492/+506
|
* [WRAPPER] Reworked wrapped libgio-2.0ptitSeb2024-09-186-829/+827
|
* [RV64_DYNAREC] Added more opcodes for vector (#1833)Yang Liu2024-09-183-43/+139
| | | | | * [RV64_DYNAREC] Added more opcodes for vector * review
* [WRAPEPR] Reworked wrapping of libgdk3ptitSeb2024-09-176-467/+349
|
* [WRAPPER] Reworked gtk3 wrappingptitSeb2024-09-176-983/+1232
|
* Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)ptitSeb2024-09-172-0/+25
|
* [DYNAREC] Track if a dynablock is for 32bits code (for future use)ptitSeb2024-09-172-6/+9
|
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1832)Yang Liu2024-09-171-0/+164
|
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1831)Yang Liu2024-09-171-0/+90
|
* [RV64_DYNAREC] Added more opcodes for vector (#1830)Yang Liu2024-09-163-3/+187
|
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1829)Yang Liu2024-09-161-0/+69
|
* Fixed non-box32 buildsptitSeb2024-09-161-0/+2
|
* [BOX32][TRACE] Improved some trace and function calls for 32bits processptitSeb2024-09-162-3/+22
|
* [BOX32] Added 1 more wrapped 32bits libc functionptitSeb2024-09-164-1/+5
|
* [BOX32] Fixed an issue with using 32bits OpenGL with SDL1.2ptitSeb2024-09-161-1/+1
|
* [BOX32] Added some more 32bits wrapped function, and fixing some SDL onesptitSeb2024-09-167-7/+60
|
* [DYNAREC] Forgot some files in previous commitptitSeb2024-09-162-2/+9
|
* [DYNAREC] Make sure jump address is wrapped on 32bits address spaceptitSeb2024-09-169-16/+52
|
* [BOX32][TRACE] Added a warning when executing 32bits code in 64bits address ↵ptitSeb2024-09-161-0/+5
| | | | space