about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added 66 0F E5 opcodeptitSeb2021-03-312-0/+18
* [DYNAREC] Added 66 0F E8/E9/EA opcodesptitSeb2021-03-311-0/+21
* [DYNAREC] Added 66 0F DC/DD/DE opcodesptitSeb2021-03-312-1/+56
* [DYNAREC] Added 66 0F D8/D9 opcodesptitSeb2021-03-312-0/+34
* [DYNAREC] Added 67 8D opcodeptitSeb2021-03-311-0/+18
* [DYNAREC] Added 0F 77 opcodeptitSeb2021-03-311-0/+8
* [DYNAREC] Add 66 0F E4 opcodeptitSeb2021-03-312-0/+28
* [DYNAREC] Added 0F 6E/6F opcodesptitSeb2021-03-311-0/+34
* [DYNAREC] Added 0F 67/71 opcodesptitSeb2021-03-312-1/+68
* [DYNAREC] Added 0F EB/EC/ED opcodesptitSeb2021-03-311-0/+22
* [DYNAREC] Added 0F 38 04 opcodeptitSeb2021-03-311-0/+24
* [DYNAREC] Added 0F 60/61/62 opcodesptitSeb2021-03-311-12/+36
* [DYNAREC] Added 0F 6E/6F opcodesptitSeb2021-03-311-0/+28
* [DYNAREC] Added 66 0F EC/ED opcodesptitSeb2021-03-312-0/+33
* [DYNAREC] Added 66 0F 38 04 opcodeptitSeb2021-03-313-1/+126
* [DYNAREC] Added 66 0F 38 00 and fixed 66 0F 67 opcodesptitSeb2021-03-313-3/+74
* [DYNAREC] Added 66 0F 67 opcodeptitSeb2021-03-312-8/+35
* [DYNAREC] Added F2 0F 70 opcodeptitSeb2021-03-312-0/+27
* [DYNAREC] Added 66 0F F6 opcodeptitSeb2021-03-313-1/+121
* [DYNAREC] Added F3 0F 2D opcodeptitSeb2021-03-311-1/+25
* Added 0F 38 00/04/0B/1C/1D/1E opcodesptitSeb2021-03-311-0/+63
* [DYNAREC] Fixed 66 0F C4 opcodeptitSeb2021-03-311-1/+1
* Added 66 0F 38 01/02/03/04/05 opcodesptitSeb2021-03-301-0/+65
* Added 0F 70/C4/C5/F6 opcodesptitSeb2021-03-301-2/+33
* Added 66 0F 38 00 opcodeptitSeb2021-03-301-0/+21
* Added 0F 71/72/73 opcodesptitSeb2021-03-301-0/+74
* Added wrapped fts_* function (FTS struct seems aligned on 64bits)ptitSeb2021-03-302-5/+11
* Added a few more libc wrapped functionsptitSeb2021-03-304-4/+12
* Changed wrapper generator to force 32bits i/u value to 64bitsptitSeb2021-03-301-932/+932
* Added F2 0F 12 opcode ([DYNAREC] too)ptitSeb2021-03-302-0/+21
* Added 'bin64' to the folder were to look for libsptitSeb2021-03-301-1/+1
* Added A1/A3 opcodes ([DYNAREC] too)ptitSeb2021-03-302-0/+26
* Try to improve a bit signal handlingptitSeb2021-03-301-11/+34
* [DYNAREC] Fixed PLD emitter, fixing 0F 18 opcode for good this timeptitSeb2021-03-301-1/+1
* Fixed some wrapped function signature, and added a few moreptitSeb2021-03-306-13/+6
* Added wrapped swprintfptitSeb2021-03-302-15/+6
* Fixed wrapped SDL_GetThreadID function signatureptitSeb2021-03-301-1/+1
* Wraped some SDL2 printf functionsptitSeb2021-03-305-28/+21
* Added __strtol_internal wrapped functionptitSeb2021-03-304-1/+5
* [DYNAREC] disable dynarec when all fini function of loaded libs are doneptitSeb2021-03-301-0/+4
* [DYNAREC] Fixed 66 0F C4/C5 opcodes, and small optim on 66 0F 70ptitSeb2021-03-301-4/+5
* [DYNAREC] Added a few more printersptitSeb2021-03-301-4/+110
* [DYNAREC] Optimized a bit 66 0F 70 opcodeptitSeb2021-03-302-18/+24
* Added wrapped __isoc99_vsscanf functionptitSeb2021-03-291-1/+1
* Added wrapped syslog and __syslog_chkptitSeb2021-03-295-2/+22
* Added wrapped libbz2 and liblzmaptitSeb2021-03-298-1/+463
* [DYNAREC] Fixed 0F 18 opcodesptitSeb2021-03-292-10/+10
* [DYNAREC] FillBlock is behind a mutex now, and use LR for easier debugging on...ptitSeb2021-03-294-10/+15
* Small change in start en end of emulated softwareptitSeb2021-03-291-1/+2
* [DYNAREC] DynaMap is behind a strict mutex nowptitSeb2021-03-291-15/+24