about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* More work around steam and proton/SteamPlay (working, but need also latest bo...ptitSeb2022-03-2612-10/+126
* [DYNAREC] Added F0 0F B0 opcodeptitSeb2022-03-251-0/+43
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-253-12/+25
* Added a better way to select 16K pages, and added M1 paragraph in COMPILE.mdptitSeb2022-03-231-1/+6
* Added M1/Asahi supportptitSeb2022-03-201-1/+1
* Some fixes to gstreamer-1.0 wrappingptitSeb2022-03-202-9/+9
* Some more gtk wrapping workptitSeb2022-03-193-0/+111
* More work on GTK wrapping (hterm seems to run fine now)ptitSeb2022-03-199-207/+630
* Less log in LOG_INFO levelptitSeb2022-03-191-2/+2
* Small fixes to some wrapped X11 functionsptitSeb2022-03-191-4/+4
* Fixed, again, the mmap block selection (shoudl help #587)ptitSeb2022-03-181-6/+12
* Improve findBlockNearHint function and friends, again (in sync with box86)ptitSeb2022-03-172-51/+60
* Fixed new wrapped x11 functions (from 7943858290281e0fc506bd530d16427c5e93b011)ptitSeb2022-03-141-18/+19
* Fixed the new memmap trackingptitSeb2022-03-132-64/+54
* Fixed some LOG=2 improved traceptitSeb2022-03-131-5/+5
* Add some function wrapper of libx11wannacu2022-03-116-34/+217
* Fixed for good non-dynarec buildsptitSeb2022-03-091-59/+58
* Fixed non-dynarec buildsptitSeb2022-03-091-38/+40
* Change method for the mmap free bloc search for a faster oneptitSeb2022-03-091-86/+134
* Change de verbose level of a custommem messageptitSeb2022-03-081-2/+2
* Fixed a warningptitSeb2022-03-083-3/+3
* Better handling of environ and envp in execveptitSeb2022-03-083-7/+11
* Added [stack] to the generated maps fileptitSeb2022-03-081-0/+7
* Removed a debug leftoverptitSeb2022-03-071-1/+0
* Rolback this change in signal, and better change the interpretor handling of ...ptitSeb2022-03-071-2/+5
* Small change is symbol gathering for wrapped libsptitSeb2022-03-071-0/+2
* Fix some special case on mmap64 wrappingptitSeb2022-03-075-8/+7
* Fixed dlinfo (helps wine)ptitSeb2022-03-062-2/+2
* Added an option to always show SIGSEGV messagesptitSeb2022-03-063-1/+13
* Fixed a rare case of segfaultptitSeb2022-03-061-0/+2
* Removed a debugging leftoverptitSeb2022-03-061-1/+1
* Added some vulkan extentionsptitSeb2022-03-066-0/+95
* Improved speed of mmap changesptitSeb2022-03-065-4/+10
* Change on mmap to help some stagging version of wineptitSeb2022-03-063-8/+13
* Some small changes to clone syscallptitSeb2022-03-061-10/+13
* Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)ptitSeb2022-03-052-0/+37
* Some work to have steam streaming working (for #247)ptitSeb2022-03-058-10/+292
* [DYNAREC] Added 64 0F B6 and 64 3B opcodesptitSeb2022-03-051-0/+31
* Added 64 63 opcode ([DYNAREC] Too)ptitSeb2022-03-052-1/+44
* [DYNAREC] Fixed GetEBO macroptitSeb2022-03-051-1/+2
* [ARM64] Added printer for STRB Reg, [Reg, Reg]ptitSeb2022-03-051-0/+9
* Include pthread.h when used (should help #249)ptitSeb2022-03-054-0/+4
* Improve function name in trace a bitptitSeb2022-03-041-6/+13
* Added wrapped SDL_GetPreferredLocales function (for #247)ptitSeb2022-03-041-0/+1
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-0422-39/+611
* Removed a debug traceptitSeb2022-03-031-2/+2
* [DYNAREC] Fixed F3 0F E6 opcode (help Factorio)ptitSeb2022-03-031-1/+8
* Added 64 0F 11 opcode ([DYNAREC] too)ptitSeb2022-03-032-1/+24
* One more syscallptitSeb2022-03-011-3/+4
* More work on readlinkat and clone syscallptitSeb2022-03-0116-38/+211