about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Start of a new dev. cycleptitSeb2021-04-141-1/+1
* Bumped to v0.0.8ptitSeb2021-04-131-1/+1
* Added a few SDL2 wrapped function from v2.0.10ptitSeb2021-04-131-0/+4
* Added syscall 298ptitSeb2021-04-131-0/+1
* Merge pull request #9 from ptitSeb/krishenriksen-patch-3ptitSeb2021-04-131-1/+6
|\
| * Update x64runf30f.cKris Henriksen2021-04-131-1/+6
|/
* Added some libc wrapped functionsptitSeb2021-04-134-11/+26
* Added 67 0F 2E/2F opcodesptitSeb2021-04-134-0/+72
* Better trace for pollptitSeb2021-04-135-1/+10
* Added some more wrapped functions in libcptitSeb2021-04-135-5/+12
* Added 64 3B opcodeptitSeb2021-04-131-0/+11
* Add option to ovoid building fixed addressptitSeb2021-04-131-2/+9
* Merge pull request #7 from ptitSeb/krishenriksen-patch-1ptitSeb2021-04-131-2/+2
|\
| * Update CMakeLists.txtKris Henriksen2021-04-131-2/+2
|/
* 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-1162-419/+1702
|\
| * Forgot to add SDL1rajdakin2021-04-113-87/+37
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-1161-333/+1666
* | [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-118-1/+108
* | [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