about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 64 3B opcodeptitSeb2021-04-131-0/+11
* Remove TokiTori2+ patch code, game is 32bits onlyptitSeb2021-04-131-7/+0
* Added a few syscall around inotifyptitSeb2021-04-131-0/+15
* Added a few more libc wrapped function, and fixed glob64 wrappingptitSeb2021-04-122-17/+7
* [DYNAREC] Fixed adc16 emitterptitSeb2021-04-121-1/+1
* Added one pango functionptitSeb2021-04-121-2/+2
* Added a few more libc wrapped functionsptitSeb2021-04-122-2/+3
* Added utime wrapped functionsptitSeb2021-04-121-1/+1
* Added 9E/9F opcodes ([DYNAREC] too)ptitSeb2021-04-122-2/+28
* Added a 1 more libc wrapped functionptitSeb2021-04-121-1/+1
* Fixed some issues with pthread wrappingptitSeb2021-04-121-8/+15
* [DYNAREC] Added 66 0F 5D/5F opcodesptitSeb2021-04-121-0/+14
* [DYNAREC] Fixed F2 0F 5D/5F opcodesptitSeb2021-04-121-2/+2
* Improved pthread wrappingptitSeb2021-04-126-9/+51
* Added 64 F3 0F 11/59 opcodesptitSeb2021-04-121-2/+22
* More alignment work on thread (some attr are bigger on arm64 than x86_64)ptitSeb2021-04-122-113/+224
* Added A0/A2 opcodes ([DYNAREC] too)ptitSeb2021-04-113-6/+32
* Fixed a warning in wrapped libsdl2ptitSeb2021-04-111-1/+1
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-1161-367/+1593
|\
| * Forgot to add SDL1rajdakin2021-04-113-87/+37
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-1160-281/+1557
* | [DYNAREC] Added 0F F2 opcodeptitSeb2021-04-111-0/+12
* | [DYNAREC] Added 66 0F E1/F2 opcodeptitSeb2021-04-111-0/+28
* | [DYNAREC] Added 0F 74 opcodeptitSeb2021-04-112-0/+10
* | [DYNAREC] Added 66 0F DA opcodeptitSeb2021-04-111-1/+7
* | [DYNAREC] Added 0F 63 opcodeptitSeb2021-04-111-0/+10
* | [DYNAREC] Added 0F E3 opcodeptitSeb2021-04-111-0/+8
* | Fixed 0F E3 opcodeptitSeb2021-04-111-6/+3
* | [DYNAREC] Added 66 0F E2 ocpodeptitSeb2021-04-112-0/+39
* | [DYNAREC] Added F3 0F 5B opcodeptitSeb2021-04-111-0/+7
* | [DYNAREC] Added F3 0F D6 opcodeptitSeb2021-04-111-0/+14
* | Added F2 0F F0 ocpode ([DYNAREC] too)ptitSeb2021-04-112-1/+23
* | [DYNAREC] Added 0F DE/DF opcodesptitSeb2021-04-111-1/+14
* | Added 0F DE opcodeptitSeb2021-04-111-1/+7
* | Added wrapped libSDL2_netptitSeb2021-04-117-1/+107
* | [DYNAREC] Improved (and fixed) Table64 handlingptitSeb2021-04-115-9/+23
* | Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...ptitSeb2021-04-117-49/+184
* | [DYNAREC] Fixed, again, arm64_lock_storeifref functionptitSeb2021-04-111-1/+1
* | [DYNAREC] Fixed arm64_lock_storeifref functionptitSeb2021-04-111-2/+3
* | [DYNAREC] Removed obsolete commentsptitSeb2021-04-111-4/+0
* | [DYNAREC] Added address on Jump to non-block address warning logptitSeb2021-04-111-1/+1
* | Merge branch 'main' of https://github.com/ptitSeb/box64 into mainptitSeb2021-04-102-5/+8
|\|
| * Added some libc symbolsrajdakin2021-04-102-5/+8
* | Merge branch 'main' of https://github.com/ptitSeb/box64 into mainptitSeb2021-04-101-4/+12
|\|
| * Fixed FF INC and DEC opcodesrajdakin2021-04-101-4/+12
* | Better trace for a few GL functionsptitSeb2021-04-101-0/+15
* | [DYNAREC] Fixed address used by this warningptitSeb2021-04-101-4/+4
|/
* Grab thread emu when calling init Library instead of NULLptitSeb2021-04-101-1/+1
* Merge pull request #3 from rajdakin/exitFixptitSeb2021-04-0917-88/+150
|\
| * Fixed the libraries free orderingrajdakin2021-04-0911-62/+124