about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Started a new dev. cycleptitSeb2021-07-041-1/+1
* Bumped to v0.1.2ptitSeb2021-07-031-1/+1
* Added another name for wine64ptitSeb2021-07-031-1/+3
* More libc wrapped functionsptitSeb2021-07-034-5/+10
* One more wrapped libc functionptitSeb2021-07-031-1/+1
* Added even more libc wrapped functions (needed by Wine)ptitSeb2021-07-021-11/+11
* Added a couple of libc wrapped functionsptitSeb2021-07-021-2/+2
* Added 64 D1/D3 opcodes ([DYNAREC] too)ptitSeb2021-07-022-0/+246
* Added some more libc wrapped functionsptitSeb2021-07-024-10/+23
* Fixed a typoptitSeb2021-07-021-2/+2
* Added 64 0F AF opcode ([DYNAREC] Too)ptitSeb2021-07-022-0/+43
* Fixed nextFree memory search function (fixing regression with RaceTheSun and ...ptitSeb2021-07-021-1/+1
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-029-165/+198
* [DYNAREC] Fixed DIV opcode, and added test17 about div/idivptitSeb2021-07-021-5/+6
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-017-37/+168
* [DYNAREC] Added CF opcode and optimized native callptitSeb2021-06-287-52/+127
* [DYNAREC] Added 66 98 CBW opcodeptitSeb2021-06-281-0/+6
* Start of a new dev. cycleptitSeb2021-06-271-1/+1
* Bumped to v0.1.0ptitSeb2021-06-271-2/+2
* Added 8C opcodeptitSeb2021-06-251-1/+5
* Added getauxval wrapped functionptitSeb2021-06-257-14/+22
* More improvments to elfloaderptitSeb2021-06-234-15/+34
* Fixed a signature of a funciton from libXiptitSeb2021-06-234-5/+5
* Various change to try improve stability on JIT'd program (like mono for Terra...ptitSeb2021-06-213-33/+19
* More logs on 'strange' SIGSEGV...ptitSeb2021-06-211-3/+4
* [DYNAREC] Added 67 0F 2E/2F opcodesptitSeb2021-06-211-1/+43
* Fixed 67 F2/F3 0F 2E/2F not handled for nowptitSeb2021-06-211-0/+3
* [DYNAREC] Try to free dynablocks when no longer usedptitSeb2021-06-193-26/+54
* Improved mutex handlingptitSeb2021-06-191-49/+93
* Small fixes to the my_backtrace (it doesn't seems to be working anyway)ptitSeb2021-06-181-1/+1
* [DYNAREC] Optimized some flags handling for a few of the complex emiter (+10%...ptitSeb2021-06-183-95/+60
* [DYNAREC] Small optim on shl/shr 16bits, and marked all opcode that need opti...ptitSeb2021-06-187-2/+67
* [DYNAREC] Optimized DIV/IDIV 32/64bits opcodesptitSeb2021-06-184-11/+112
* Optimized memory protection trackingptitSeb2021-06-171-14/+47
* Added a few more libc wrapped functionsptitSeb2021-06-161-3/+3
* Fixed a warningptitSeb2021-06-161-2/+2
* Improved emulated library loader, to not stop at first binary found even if n...ptitSeb2021-06-161-5/+6
* Added some hack to try detect SDL_sound custom build for SDL2 and use emulate...ptitSeb2021-06-163-3/+12
* Fixed SDL_HasIntersection signature (fixing To The Moon blank screen)ptitSeb2021-06-161-1/+1
* Small fix for sdl2rwops emulated closeptitSeb2021-06-161-1/+3
* Better trace for lseek functionsptitSeb2021-06-161-0/+6
* Some more wrapped functions to libc, and both libudevptitSeb2021-06-1511-10/+273
* Improved dlsym a bitptitSeb2021-06-151-29/+17
* Added some speicifc workaround for libcef (staticaly linked with tcmalloc)ptitSeb2021-06-151-2/+34
* Improved cpu capability flags, and silenced a warning in of_unconvertptitSeb2021-06-151-2/+5
* Fixed a crash with some glibc wrapped /not-yet wrapped libsptitSeb2021-06-151-1/+1
* Improved Log for emit_signalptitSeb2021-06-151-1/+10
* Improved steam detection and added steam-runtime-check-requirements workaroundptitSeb2021-06-151-3/+3
* Added syscall 20ptitSeb2021-06-151-0/+1
* Improved and fixed Trace for some functionsptitSeb2021-06-151-1/+9