about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Added unligned case for lock inc dword ptr[xx]ptitSeb2021-04-091-3/+14
* Added wcstof wrapped functionptitSeb2021-04-091-1/+1
* pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb2021-04-095-14/+167
* Small comment on syscallptitSeb2021-04-091-1/+1
* More libc wrapped functionsptitSeb2021-04-081-1/+1
* Added 64 F2 0F 11 and 64 39 opcodesptitSeb2021-04-081-5/+46
* A few more wrapped libc functionsptitSeb2021-04-081-9/+9
* Added 67 66 0F 6F/7A opcodesptitSeb2021-04-088-3/+159
* [DYNAREC] Fixed 66 81 opcodesptitSeb2021-04-081-8/+8
* [DYNAREC] Fixed the BOX64_NODYNAREC functionptitSeb2021-04-081-2/+4
* Added a libvorbisfile wrapped function and fixed another one (structure as ar...ptitSeb2021-04-086-49/+52
* Added a xcb wrapped functionptitSeb2021-04-084-7/+7
* Added fsync wrapped functionptitSeb2021-04-081-1/+1
* Fixed fcntl wrapperptitSeb2021-04-081-14/+13
* Fixed memory protection that wasn't updated correctlyptitSeb2021-04-081-4/+4
* Added wrapped libcairo, libpango, libpangoft2 and libpangocairoptitSeb2021-04-0813-5/+1328
* Added a few more wrapped libc functionsptitSeb2021-04-084-2/+7
* Added F0 0F AB/B3 opcodesptitSeb2021-04-081-0/+137
* Added some more libc wrapped functionsptitSeb2021-04-081-13/+13
* Small change on trace flags outputptitSeb2021-04-081-2/+2
* Fixed a warningptitSeb2021-04-081-1/+0
* Small change on trace outputptitSeb2021-04-081-2/+2
* Merge pull request #2 from rajdakin/addregsdiffptitSeb2021-04-077-15/+61
|\
| * [TRACE] Added a new trace optionrajdakin2021-04-077-15/+61
* | [DYNAREC] Needed to same a bit more register before native funciton call (fix...ptitSeb2021-04-071-0/+7
|/
* Added 2 _np wrapped function to pthreadsptitSeb2021-04-071-0/+2
* Added wrapped libcurl/libcurl-gnutlsptitSeb2021-04-077-2/+656
* Small changes to a few libGL wrapped function signatureptitSeb2021-04-074-9/+19
* Added 0F DA ocode ([DYNAREC] too)ptitSeb2021-04-072-2/+14
* Added RK3326 definitions.krishenriksen2021-04-074-4/+12
* Added wrapped ldiv functionptitSeb2021-04-064-1/+5
* Added wrapped libcrypto and libsslptitSeb2021-04-069-2/+5328
* Fixed __realpath_chk wrappingptitSeb2021-04-064-4/+4
* Unlock all mutex on child process when forkingptitSeb2021-04-062-0/+26
* Fixed SDL AudioSpec structure definitionptitSeb2021-04-061-0/+1
* Added 67 80/8B opcodesptitSeb2021-04-051-0/+25
* Added a couple of libc wrapped functionsptitSeb2021-04-052-16/+8
* Cleanup trace_func if still present at exitptitSeb2021-04-051-0/+5
* And another change change to __libc_start_main for non-Dynarec buildptitSeb2021-04-051-2/+2
* Added some more GL wrapped functionsptitSeb2021-04-054-0/+27
* One more change to __libc_start_main to end emulation when doneptitSeb2021-04-051-0/+1
* Fixed _start preparationptitSeb2021-04-051-6/+3
* Re-enabled the pre-calc of next block for new threadptitSeb2021-04-051-1/+1
* Better trace for glXGetProcAddressptitSeb2021-04-051-0/+3
* Merge pull request #1 from rajdakin/wrapper_addptitSeb2021-04-043-1060/+1843
|\
| * [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-043-1060/+1843
* | [DYNAREC] Added 66 64 8B opcodeptitSeb2021-04-044-1/+87
* | Added some more libc wrapped functionsptitSeb2021-04-041-6/+6
* | Ooops, that typo was breaking some C#/Unity stuffptitSeb2021-04-041-1/+1
* | Disabled handling of CC opcode for now (ignoring it is better)ptitSeb2021-04-041-1/+1