about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Start of new dev. cycleptitSeb2023-03-111-1/+1
* Merge pull request #547 from ryanfortner/mainptitSeb2023-03-102-1/+2
|\
| * add -dnogit=1 flag to debian rulesRyan Fortner2023-03-102-1/+2
|/
* Bumped to v0.2.2ptitSeb2023-03-103-1/+56
* Added 2 more wrapped function to libgnutls (for #210)ptitSeb2023-03-091-2/+5
* Added libresolv to libc for glibc2.34+ (might help #210)ptitSeb2023-03-091-1/+2
* Merge pull request #544 from ksco/simplify-arm64_lockptitSeb2023-03-091-32/+32
|\
| * [DYNAREC] Simplify arm64 lock fileYang Liu2023-03-101-32/+32
|/
* [DYNAREC] More small fixes to arm64 lock fileptitSeb2023-03-091-12/+1
* Merge pull request #543 from ksco/fix-arm64_lock_incif0ptitSeb2023-03-091-1/+1
|\
| * [ARM64] Fixed a typo in arm64_lock_incif0Yang Liu2023-03-091-1/+1
|/
* [DYNAREC] Fixed a nasty bug in loadCache/unloadCache of x87 regsptitSeb2023-03-082-4/+4
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ...ptitSeb2023-03-077-4/+102
* Removed ONCE optim in gtkclassptitSeb2023-03-071-41/+0
* Added some special case to the CPU Name grabbingptitSeb2023-03-061-9/+11
* Fixed cpu name extraction for big.LITTLE configurationsptitSeb2023-03-061-0/+6
* [DYNAREC] Put box64 dynarec and cpu info on the same lineptitSeb2023-03-061-2/+2
* Change branding of Cpu to refect Box64 and the cpu it's running onptitSeb2023-03-063-31/+81
* Merge pull request #536 from ksco/fix-rv64-warningptitSeb2023-03-061-0/+2
|\
| * [RISCV] Get pc from ucontext_t for RV64Yang Liu2023-03-061-0/+2
|/
* Wrapped 1 more libc function for bash (for #770)ptitSeb2023-03-064-2/+7
* Forcing BAD_SIGNAL for RK3588 configptitSeb2023-03-051-0/+1
* Added back the load of libGL when using GL in SDL2 (fixed regression with Nuc...ptitSeb2023-03-051-0/+8
* [RCFLE] Better default for heroic launcher when no rcfile is foundptitSeb2023-03-051-0/+4
* Made the Signal workaround more generic, so it can be used by Termux userptitSeb2023-03-053-1/+11
* Merge pull request #534 from ptitSeb/steam_chromeptitSeb2023-03-0547-487/+1663
|\
| * [DYNAREC] Some fixes to double SSE opcode (fixes Steam BigPicture)ptitSeb2023-03-053-12/+16
| * Removed a warning when getting glXGetProcAddress with a glXGetProcAddress fun...ptitSeb2023-03-051-1/+3
| * Added wrapped libGLXptitSeb2023-03-058-0/+152
| * Refactored OpenGL symbol fetching and managmentptitSeb2023-03-058-298/+296
| * Added automatic detection of libcef (will help zoon #510, #451, #302 and prob...ptitSeb2023-03-055-0/+21
| * Added some more wrapped function for zoom (for #510, #451, #302...)ptitSeb2023-03-0510-10/+26
| * [DYNAREC] Fixed (again) and improved new jmptable memory managerptitSeb2023-03-052-14/+16
| * Let steamwebhelper use native gtkptitSeb2023-03-041-1/+0
| * [DYNAREC] Fixed a nasty bug with the finetunning of the jump table memory all...ptitSeb2023-03-041-11/+11
| * Added wrapped libibus and a few other libgtk fixedptitSeb2023-03-0412-5/+732
| * Better way to use CREATE_VALIST_FROM_VAARG macroptitSeb2023-03-032-5/+7
| * Use CREATE_VALIST_FROM_VAARG if exist on XXprintf familyptitSeb2023-03-021-0/+16
| * Better default rcfile for when no rcfile are presentptitSeb2023-03-021-1/+3
| * [DYNAREC] Finetuned the jump table memory allocationptitSeb2023-03-024-107/+160
| * Merge branch 'main' into steam_chromeptitSeb2023-03-021-2/+2
| |\ | |/ |/|
* | Added a couple of wrapped function to libm (for #496)ptitSeb2023-02-281-2/+2
| * [RK3588] Made Workaround also working on non-dynarec build (just in case...)ptitSeb2023-02-261-6/+6
| * Made the Signal workaround specific to RK3588ptitSeb2023-02-261-0/+3
| * Try to improved the Workaround, to make it more genericptitSeb2023-02-251-1/+6
| * [STEAM] Added a workaround for issue with steamwebhelper running on Armbian (...ptitSeb2023-02-251-1/+1
| * [DYNAREC] Small imrvment in managing memory protectionptitSeb2023-02-252-4/+5
| * fixed logs to malloc_hack_2ptitSeb2023-02-241-1/+1
| * Added more logs to malloc_hack_2ptitSeb2023-02-241-1/+1
| * Merge branch 'main' into steam_chromeptitSeb2023-02-242-5/+5
| |\ | |/ |/|