about summary refs log tree commit diff stats
path: root/src/tools/bridge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More work on GTK wrapping (hterm seems to run fine now)ptitSeb2022-03-191-0/+2
* Declare my_mmap and my_munmap to avoid warningmogery2021-10-131-0/+4
* Fix incorrect brick cleanupmogery2021-10-121-1/+3
* Map bricks below first 2GB of address spacemogery2021-10-121-1/+4
* Add some support vor VSyscallptitSeb2021-09-021-0/+44
* Fix non-dynarec buildptitSeb2021-07-051-1/+1
* Removed mutex per bridge and use a global one (remove chance of freeze on fork)ptitSeb2021-07-051-7/+4
* Improved unloading of libsptitSeb2021-06-041-0/+2
* Fixed GetNativeFncptitSeb2021-04-181-2/+2
* First passrajdakin2021-04-141-0/+2
* [DYNAREC] Improved Dynablock construction, stopping when overlaping block is ...ptitSeb2021-03-281-3/+4
* Fixed non-Dynarec build that would crash at startptitSeb2021-03-251-1/+1
* Improvments to bridge handling to avoid deadlockptitSeb2021-03-181-26/+38
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-2/+3
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-4/+57
* Added bridge handlingptitSeb2021-03-021-0/+220