about summary refs log tree commit diff stats
path: root/src/include/custommem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First passrajdakin2021-04-141-2/+2
|
* Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ↵ptitSeb2021-04-111-0/+4
| | | | changes to the JmpTable
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-041-3/+6
|
* Implemented a workaround for mmap64 with MAP_32BIT flagptitSeb2021-04-021-0/+3
|
* [DYNAREC] Improved Dynablock construction, stopping when overlaping block is ↵ptitSeb2021-03-281-0/+1
| | | | detected
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-4/+4
|
* Added custom memory handlingptitSeb2021-03-131-27/+27
|
* Read elf header of launched executableptitSeb2021-03-011-0/+52