about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a rare case of segfaultptitSeb2022-03-061-0/+2
* Removed a debugging leftoverptitSeb2022-03-061-1/+1
* Added some vulkan extentionsptitSeb2022-03-066-0/+95
* Improved speed of mmap changesptitSeb2022-03-065-4/+10
* Change on mmap to help some stagging version of wineptitSeb2022-03-063-8/+13
* Some small changes to clone syscallptitSeb2022-03-061-10/+13
* Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)ptitSeb2022-03-052-0/+37
* Some work to have steam streaming working (for #247)ptitSeb2022-03-058-10/+292
* [DYNAREC] Added 64 0F B6 and 64 3B opcodesptitSeb2022-03-051-0/+31
* Added 64 63 opcode ([DYNAREC] Too)ptitSeb2022-03-052-1/+44
* [DYNAREC] Fixed GetEBO macroptitSeb2022-03-051-1/+2
* [ARM64] Added printer for STRB Reg, [Reg, Reg]ptitSeb2022-03-051-0/+9
* Include pthread.h when used (should help #249)ptitSeb2022-03-054-0/+4
* Improve function name in trace a bitptitSeb2022-03-041-6/+13
* Added wrapped SDL_GetPreferredLocales function (for #247)ptitSeb2022-03-041-0/+1
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-0422-39/+611
* Removed a debug traceptitSeb2022-03-031-2/+2
* [DYNAREC] Fixed F3 0F E6 opcode (help Factorio)ptitSeb2022-03-031-1/+8
* Added 64 0F 11 opcode ([DYNAREC] too)ptitSeb2022-03-032-1/+24
* One more syscallptitSeb2022-03-011-3/+4
* More work on readlinkat and clone syscallptitSeb2022-03-0116-38/+211
* Some work on glib, gobject and steamptitSeb2022-03-019-20/+96
* Added a few more slot to glib2ptitSeb2022-03-011-1/+3
* Added some more wrapped pulse functionsptitSeb2022-03-016-96/+248
* [DYNAREC] still working on multiarchptitSeb2022-02-282-14/+24
* [DYNAREC] And yet more multiarch changesptitSeb2022-02-272-6/+9
* Merge pull request #199 from Alexmitter/mainptitSeb2022-02-271-2/+2
|\
| * Add support for RISCV to myalign.hAlexmitter2021-12-301-2/+2
* | [DYNAREC] And more multiarch changesptitSeb2022-02-271-4/+4
* | [DYNAREC] Still more multiarch changesptitSeb2022-02-272-1/+10
* | [DYNAREC] Even more work on multiarchptitSeb2022-02-275-16/+22
* | [DYNAREC] And even more multi-arch workptitSeb2022-02-271-37/+37
* | [DYNAREC] And more multi-arch workptitSeb2022-02-271-5/+5
* | [DYNAREC] More multi-arch workptitSeb2022-02-272-16/+18
* | [DYNAREC] More work on multi-archptitSeb2022-02-272-14/+15
* | [DYNAREC] Improve signals to better handle multiple archsptitSeb2022-02-271-4/+88
* | [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-2751-315/+362
* | Added a few more wrapped function (for #241)ptitSeb2022-02-266-3/+14
* | Added __wcsncpy_chk to wrapped libcptitSeb2022-02-261-1/+1
* | Use sched_getcpu instead of deprecated getcpu (for #239)ptitSeb2022-02-201-2/+2
* | Fixed build for x86_64ptitSeb2022-02-201-2/+3
* | Some small changes to how cpuid is done (especially on core counts)ptitSeb2022-02-202-5/+22
* | [TRACE] Small changes to function name print in traceptitSeb2022-02-201-5/+5
* | Make sure stack is correctly alligned on new thred (fixed SOR4 starting issues)ptitSeb2022-02-191-1/+3
* | Merge pull request #236 from rajdakin/backtrace_fixptitSeb2022-02-148-34/+795
|\ \
| * | Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-148-34/+795
* | | Fixed the CVTPD2DQ dynarec opcoderajdakin2022-02-142-5/+9
|/ /
* | [DYNAREC] Added 0F 3A 0F opcodeptitSeb2022-02-131-0/+24
* | [DYNAREC] Added F2 0F D6 opcodeptitSeb2022-02-131-0/+12
* | Added some code to detect if emulted program use old IMG_SavePNG_RW api inste...ptitSeb2022-02-133-14/+43