about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ...ptitSeb2023-03-075-3/+64
* 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
* [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
* 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-051-1/+1
* [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-057-0/+151
* 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-054-0/+16
* 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
* [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-0411-4/+730
* 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
|\|
| * [DYNAREC] Fetch a quad in PSHUFLW instruction.Alexandre Julliard2023-02-241-1/+1
| * [DYNAREC] Fix the opcode bit in the generated TBX instruction.Alexandre Julliard2023-02-241-4/+4
* | Merge branch 'main' into steam_chromeptitSeb2023-02-236-8/+64
|\|
| * [D3DADAPTER9] Added support for CreateDeviceExptitSeb2023-02-236-8/+64
* | Merge branch 'main' into steam_chromeptitSeb2023-02-211-184/+28
|\|
| * Simply handling of pthread_mutex_t structure (for #522)ptitSeb2023-02-211-184/+28
* | Merge branch 'main' into steam_chromeptitSeb2023-02-2110-300/+584
|\|
| * Added a large batch of libssl/libcrypto wrapped functions (for StardewValley)ptitSeb2023-02-2110-300/+584
| * wrap _XAsyncErrorHandlerAlyssa Rosenzweig2023-02-201-1/+1
* | Merge branch 'main' into steam_chromeptitSeb2023-02-2013-72/+94
|\|
| * Added some more libFAudio wrapped functionsptitSeb2023-02-201-3/+3
| * Fixed a improved HotPage handlingptitSeb2023-02-202-32/+28
| * [DYNAREC] Directly run program Segfault handler for Access Error with PROT_DY...ptitSeb2023-02-201-1/+4
| * [DYNAREC] This small utility function can be staticptitSeb2023-02-201-1/+1
| * [DYNAREC] Fixed LZCNT and TZCNT opcode, for goodptitSeb2023-02-201-10/+10
| * [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions...ptitSeb2023-02-195-27/+23