| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build | ptitSeb | 2023-11-10 | 1 | -0/+1 |
| | | |||||
| * | [ELFLOADER] Take wine prereserve memory into account | ptitSeb | 2023-11-08 | 1 | -0/+2 |
| | | |||||
| * | [RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using ↵ | ptitSeb | 2023-11-07 | 1 | -0/+5 |
| | | | | | BOX64_DYNAREC_TEST in rcfile like in command line | ||||
| * | Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least) | ptitSeb | 2023-11-05 | 1 | -0/+3 |
| | | |||||
| * | [RCFILE] Added more trace when applying BOX64_TRACE_FILE setting | ptitSeb | 2023-11-05 | 1 | -0/+1 |
| | | |||||
| * | Better way to track mapped memory | ptitSeb | 2023-11-05 | 1 | -1/+1 |
| | | |||||
| * | Added full SSE 4.2 support | ptitSeb | 2023-10-30 | 1 | -0/+3 |
| | | |||||
| * | Small change on cpuid stuffs | ptitSeb | 2023-10-29 | 1 | -5/+6 |
| | | |||||
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build | ||||
| * | [ARM64_DYNAREC] More changes to Strong memory model emulation | ptitSeb | 2023-10-18 | 1 | -1/+9 |
| | | |||||
| * | [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS | ptitSeb | 2023-10-17 | 1 | -0/+2 |
| | | |||||
| * | No actual need for emu when calling my_mmap and my_munmap | ptitSeb | 2023-10-13 | 1 | -4/+3 |
| | | |||||
| * | A bit more changes to cpuid bits and cpu identifications | ptitSeb | 2023-10-11 | 1 | -6/+6 |
| | | |||||
| * | Added BOX64_SDL2_JGUID, a workaround for game using old ↵ | ptitSeb | 2023-10-11 | 1 | -0/+4 |
| | | | | | SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018) | ||||
| * | Small change on cpuid feature flags for leaf 0x80000001 | ptitSeb | 2023-10-11 | 1 | -3/+8 |
| | | |||||
| * | Fixed processor/core count in cpuid and proc/cpuinfo | ptitSeb | 2023-10-10 | 1 | -8/+102 |
| | | |||||
| * | Improved gstreamer wrapping | ptitSeb | 2023-10-09 | 1 | -78/+961 |
| | | |||||
| * | Improved cpu speed detection | ptitSeb | 2023-10-07 | 1 | -2/+28 |
| | | |||||
| * | This steam-runtime-launcher-service process never exit and seems to be ↵ | ptitSeb | 2023-10-01 | 1 | -0/+3 |
| | | | | | skipable when using box, so skip it | ||||
| * | Improvd steam/proton handling, and gstreamer initialization and a large ↵ | ptitSeb | 2023-09-16 | 1 | -42/+1324 |
| | | | | | bunch of gtk improvments | ||||
| * | Improved default box64rc | ptitSeb | 2023-09-09 | 1 | -0/+3 |
| | | |||||
| * | [ANDROID] fixing fix fix... | ptitSeb | 2023-09-02 | 1 | -0/+9 |
| | | |||||
| * | Removed unused include in bridge.c | ptitSeb | 2023-09-02 | 1 | -1/+0 |
| | | |||||
| * | Improved jmpbuff handling a bit | ptitSeb | 2023-08-13 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 8 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 8 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for ↵ | ptitSeb | 2023-07-12 | 1 | -4/+45 |
| | | | | | | | | | spotify) | ||||
| * | | Fixed previous commit | ptitSeb | 2023-07-09 | 1 | -3/+2 |
| | | | |||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 2 | -39/+33 |
| | | | |||||
| * | | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ | ptitSeb | 2023-07-08 | 2 | -3/+3 |
| | | | | | | | | | heroic and other libcef based software) | ||||
| * | | A few Push/Pop fixes and cleanups (#878) | Alexandre Julliard | 2023-07-03 | 1 | -69/+30 |
| | | | | | | | | | | | | | | | * Use 32-bit push/pop for PUSHAD/POPAD. * Always specify the Push/Pop size explicitly. * Make the Push/Pop functions inline. | ||||
| * | | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits code | ptitSeb | 2023-06-22 | 1 | -1/+1 |
| | | | |||||
| * | | [32BITS] Fixed an issue with 66 A1/A3 opcodes | ptitSeb | 2023-06-18 | 1 | -2/+4 |
| | | | |||||
| * | | [DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805) | ptitSeb | 2023-06-04 | 1 | -0/+3 |
| | | | |||||
| * | | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply ↵ | ptitSeb | 2023-05-31 | 1 | -0/+2 |
| | | | | | | | | | conservative settings when loaded (should help #813) and probably other java based games/apps) | ||||
| * | | Added GstTaskPoll to gtkclass wrapping | ptitSeb | 2023-05-28 | 1 | -0/+43 |
| | | | |||||
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 1 | -512/+512 |
| | | | | | | | | | | | | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L | ||||
| * | | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode | ptitSeb | 2023-05-07 | 1 | -0/+2 |
| | | | |||||
| * | | Adjusted default rcfile for steam | ptitSeb | 2023-05-06 | 1 | -1/+1 |
| | | | |||||
| * | | Introduced RunFunctionFmt (should help RV64 and other signe extended ↵ | ptitSeb | 2023-04-28 | 1 | -0/+93 |
| |/ | | | | platform), conversion not finished | ||||
| * | Added more gtk3 wrapped functions (#731) | lizhuoheng | 2023-04-23 | 1 | -7/+330 |
| | | |||||
| * | Added more gtk3 wrapped functions (#727) | lizhuoheng | 2023-04-23 | 1 | -0/+190 |
| | | |||||
| * | [DYNAREC] Fixed vsyscall bridge | ptitSeb | 2023-04-22 | 1 | -28/+9 |
| | | |||||
| * | Fixed a macro and change chinese comment to english | ptitSeb | 2023-04-21 | 1 | -1/+1 |
| | | |||||
| * | Added more gtk3 wrapped functions (#720) | lizhuoheng | 2023-04-21 | 1 | -0/+94 |
| | | |||||
| * | [RV64_DYNAREC] Fixed 0F BD opcode (Fixed SV) | ptitSeb | 2023-04-11 | 1 | -1/+1 |
| | | |||||
| * | [RV64_DYNAREC] Added 0F BC/BD opcodes | ptitSeb | 2023-04-11 | 1 | -1/+6 |
| | | |||||
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of ↵ | ptitSeb | 2023-04-10 | 1 | -1/+2 |
| | | | | | libs too) | ||||
| * | [DYNAREC] Never protect bridge memory (ported from box86) | ptitSeb | 2023-04-02 | 1 | -16/+3 |
| | | |||||
| * | Improved test17 and finetuned factorio profile to disable FASTROUND on Dynarec | ptitSeb | 2023-04-01 | 1 | -0/+3 |
| | | |||||