about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added wrapped libXftptitSeb2021-04-176-0/+121
|
* Fixed handling of * in scnaf/printf Stack argument handlingptitSeb2021-04-171-16/+42
|
* Added 91..96 opcode and fixe REX.B 99 one ([DYNAREC] too)ptitSeb2021-04-172-2/+36
|
* Fixed nexttoward(f) wrapped functions, and improved long double handlingptitSeb2021-04-176-5/+29
|
* [DYNAREC] Hack to handle FLD/FSTP tbytes sequence fasterptitSeb2021-04-171-4/+17
|
* Added wrapped libFLACptitSeb2021-04-167-0/+630
|
* Added E0..E3 opcodes ([DYNAREC] too)ptitSeb2021-04-163-0/+80
|
* Added more libc wrapped functionsptitSeb2021-04-164-3/+8
|
* [DYNAREC] Smal fix on the x86 size computation for sons of dynablocksptitSeb2021-04-161-1/+1
|
* [DYNAREC] Small printer fix for LDRSWptitSeb2021-04-161-3/+3
|
* Use curl4 wrapper fro libcurl.so.3ptitSeb2021-04-161-0/+1
|
* Some improvement to custommem handlingptitSeb2021-04-161-4/+4
|
* Also handle internal mutex in my_sighandlerptitSeb2021-04-141-2/+5
|
* Added wrapped libSDL_net and libSDL_soundptitSeb2021-04-149-1/+201
|
* Improved elfloaderptitSeb2021-04-141-23/+25
|
* Fixed dynarec buildsptitSeb2021-04-141-1/+1
|
* Oops-esrajdakin2021-04-147-27/+30
|
* Third pass, bumped the minimal CMake version up to 3.4rajdakin2021-04-143-11/+10
|
* Second passrajdakin2021-04-1433-277/+416
|
* First passrajdakin2021-04-14108-408/+562
|
* 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
|
* Update x64runf30f.cKris Henriksen2021-04-131-1/+6
| | | | | | For opcodes: 1688|0x40ee00: Unimplemented Opcode (90) F3 0F 1E FA 31 ED 49 89 D1 5E 48 89 E2 48 83 1688|0x40eeb0: Unimplemented Opcode (00) F3 0F 1E FA 80 3D A5 FA EE 00 00 75 13 55 48 1688|0x9ca7d8: Unimplemented Opcode (00) F3 0F 1E FA 48 83 EC 08 48 83 C4 08 C3 00 00
* Added some libc wrapped functionsptitSeb2021-04-134-11/+26
|
* Added 67 0F 2E/2F opcodesptitSeb2021-04-133-0/+71
|
* 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
|
* 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
|\ | | | | General improvements to box64 and fixed some SDL2 functions
| * Forgot to add SDL1rajdakin2021-04-113-87/+37
| |
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-1160-281/+1557
| |