about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a warning on non-trace dynarec buildptitSeb2021-05-191-2/+1
* Added a few wrapped function to libc and pthreadsptitSeb2021-05-199-29/+40
* Added %zd support in myalign varg hadnlingptitSeb2021-05-191-2/+18
* Added signal mask handling in setjmp/longjmp functionsptitSeb2021-05-184-16/+34
* Added wrapped pthread_getname_np functionptitSeb2021-05-181-1/+1
* Small fixes to my_backtrace functionptitSeb2021-05-171-10/+10
* [DYNAREC] Added 0F 50/52/53 opcodesptitSeb2021-05-171-2/+63
* [DYNAREC] Added 66 0F D3/F3 opcodesptitSeb2021-05-171-1/+20
* [DYNAREC] More emittersptitSeb2021-05-171-10/+37
* Small fixed to 0F 50 opcodeptitSeb2021-05-171-1/+1
* [DYNAREC] Fixed F2 0F 10/11 opcodesptitSeb2021-05-171-2/+2
* [DYNAREC] Added F0 FF opcodesptitSeb2021-05-171-0/+61
* Added wcsnlen wrapped functionptitSeb2021-05-171-1/+1
* Added some wrapped function for libSDL2 and libGLptitSeb2021-05-172-1/+6
* Added fwprintf wrapped functionptitSeb2021-05-172-11/+6
* Fixed epoll_wait alignmentptitSeb2021-05-175-2/+10
* Added 2 more wrapped libc functionsptitSeb2021-05-161-2/+2
* Added 66 0F B6 opcode ([DYNAREC] too)ptitSeb2021-05-162-0/+28
* Added wrapped libexpat (for torchlight2)ptitSeb2021-05-164-0/+238
* [DYNAREC] Fix ROL/ROR 8bits opcodesptitSeb2021-05-161-2/+2
* Small hack on elfloader (for Torchlight2 and Unity3D and Dosbox)ptitSeb2021-05-161-8/+12
* Fixed a 64bit issue with end pointer for emulated lib symbolsptitSeb2021-04-261-1/+1
* Aligned struct epollptitSeb2021-04-268-12/+55
* Morte improved functions tracesptitSeb2021-04-261-1/+24
* Added wrapeed libcrypt.soptitSeb2021-04-253-1/+36
* Fixed some issue when GL is used via SDL2 onlyptitSeb2021-04-251-0/+2
* Added a couple of syscallptitSeb2021-04-251-0/+2
* Fixed dirent conversion (for good)ptitSeb2021-04-241-1/+1
* Improved ofconvert function a bitptitSeb2021-04-241-2/+2
* Fixed linux dirent64 to linux dirent conversionptitSeb2021-04-241-2/+3
* Added 66 F0 83 opcodeptitSeb2021-04-243-0/+135
* Added more flags to ofconvert functionsptitSeb2021-04-241-1/+2
* Added one more wrapped libfontconfig functionptitSeb2021-04-241-1/+2
* Added more syscallsptitSeb2021-04-241-0/+71
* Added more libc wrapped functionsptitSeb2021-04-244-5/+14
* Added some more syscallsptitSeb2021-04-241-0/+4
* Added 0F 0B UD2 opcodeptitSeb2021-04-241-0/+4
* Added wrapped libatspi (empty)ptitSeb2021-04-243-0/+415
* Better trace for getenvptitSeb2021-04-241-0/+3
* Added wrapped libatk and libatk-bridgeptitSeb2021-04-245-1/+326
* Added 2 more wrapped funciton to libcptitSeb2021-04-231-2/+2
* Fixed some crash with wrapped libSDL_soundptitSeb2021-04-221-1/+2
* Added 1 more funciton to libSDL2ptitSeb2021-04-211-1/+1
* More libc wrapped functionsptitSeb2021-04-211-3/+3
* Added special case for unaligned LOCK INC QWord ptr[ED]ptitSeb2021-04-211-3/+13
* Added special case for unaligned LOCK DEC QWord ptr[ED]ptitSeb2021-04-211-3/+13
* Another small change to custommem MaxFreeblock handlingptitSeb2021-04-201-4/+2
* Added a couple of wrapped libc functionsptitSeb2021-04-191-2/+2
* Improvments to ElfLoader Reloc handling and Reload of memoryptitSeb2021-04-191-11/+19
* [DYNAREC] Added F3 0F 1E opcodeptitSeb2021-04-191-0/+6