about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added address on Jump to non-block address warning logptitSeb2021-04-111-1/+1
* [DYNAREC] Fixed address used by this warningptitSeb2021-04-101-4/+4
* [DYNAREC] FillBlock is behind a mutex now, and use LR for easier debugging on...ptitSeb2021-03-291-1/+2
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-19/+19
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+216