about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some more libc wrapped function (and now SuperHexagon works fine)ptitSeb2021-03-255-31/+74
* Added wrapped libvorbis and libvorbisfileptitSeb2021-03-258-2/+396
* Added 2 more libc wrapped functionptitSeb2021-03-251-2/+2
* Added wrapped liboggptitSeb2021-03-256-1/+105
* Improved shutdown sequenceptitSeb2021-03-257-18/+69
* Added a few more libc wrapped functionsptitSeb2021-03-254-7/+11
* Fixed longjmp wrapped function signatureptitSeb2021-03-251-1/+1
* Added wrapped mmap64 and friendsptitSeb2021-03-255-34/+21
* Fixed R_X86_64_64 handling is elfloaderptitSeb2021-03-251-4/+7
* Added a bunch of libc wrapped functionsptitSeb2021-03-255-100/+156
* Fixed non-Dynarec build that would crash at startptitSeb2021-03-251-1/+1
* Start of a new dev. cycleptitSeb2021-03-251-1/+1
* Bumped to v0.0.6ptitSeb2021-03-241-1/+1
* [DYNAREC] Added 66 0F 12/13 opcodesptitSeb2021-03-241-0/+24
* [DYNAREC] Added 0F BA opcodeptitSeb2021-03-242-3/+110
* [DYNAREC] Added F2 0F 2D opcodes, and use a simpler version of the conversion...ptitSeb2021-03-244-0/+48
* [DYNAREC] Refined 66 0F 5B with a switch for the rounding modeptitSeb2021-03-242-3/+21
* [DYNAREC] Added 64 83 opcodesptitSeb2021-03-242-1/+80
* [DYNAREC] Added 64 89 opcodesptitSeb2021-03-241-0/+13
* [DYNAREC] Added F2 0F 5D/5F opcodesptitSeb2021-03-241-1/+22
* [DYNAREC] Added 66 0F DF opcodeptitSeb2021-03-241-0/+8
* [DYNAREC] Added 66 0F F8..FE opcodesptitSeb2021-03-241-0/+50
* [DYNAREC] Added 66 0F DB opcodeptitSeb2021-03-241-0/+8
* [DYNAREC] Added 64 C7 opcodeptitSeb2021-03-242-0/+18
* [DYNAREC] Added 66 0F F4 opcodeptitSeb2021-03-242-1/+41
* [DYNAREC] Added 66 0F 64..66 opcodesptitSeb2021-03-242-0/+53
* [DYNAREC] Added 66 0F EB opcodeptitSeb2021-03-241-0/+8
* [DYNAREC] Added 66 0F 7F opcodeptitSeb2021-03-241-0/+12
* [DYNAREC] Added 66 0F 6BptitSeb2021-03-242-1/+39
* [DYNAREC] Added 66 0F 5B opcodeptitSeb2021-03-242-2/+10
* [DYNAREC] Added 0F C8..CF opcodesptitSeb2021-03-243-1/+28
* [DYNAREC] Added 0F 12/13 opcodesptitSeb2021-03-241-1/+26
* Back ported simplified pthread_once callback handling from box86ptitSeb2021-03-241-23/+19
* [DYNAREC] Fixed 0F 10 opcodeptitSeb2021-03-241-6/+8
* [DYNAREC] Added 0F 5C opcodeptitSeb2021-03-231-0/+7
* [DYNAREC] Added 66 A9 opcodeptitSeb2021-03-231-0/+9
* Added remove wrapped function to libcptitSeb2021-03-231-1/+1
* Added a few more libc wrapped functionsptitSeb2021-03-231-15/+15
* Fixed mbsrtowcs function signatureptitSeb2021-03-234-5/+5
* [DYNAREC] Fixed TRN_gen emitterptitSeb2021-03-231-10/+10
* [DYNAREC] Fixed 66 F2/F2 A5 opcodeptitSeb2021-03-231-2/+2
* [DYNAREC] Added F2 0F 7C opcodeptitSeb2021-03-233-2/+31
* [DYNAREC] Added F3 0F 12/16 opcodesptitSeb2021-03-231-1/+32
* Added a few more wrapped functions to libcptitSeb2021-03-234-9/+17
* [DYNAREC] Fixed FMOD_register emitterptitSeb2021-03-231-1/+1
* [DYNAREC] Added 66 (F2/F3) A5 opcodeptitSeb2021-03-232-0/+30
* [DYNAREC] Added 66 0F 71/72 opcodesptitSeb2021-03-231-1/+99
* [DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach so...ptitSeb2021-03-2316-115/+109
* [DYNAREC] Added 0F 5B opcodeptitSeb2021-03-232-6/+17
* [DYNAREC] Added F0 00/01 opcodesptitSeb2021-03-231-0/+43