| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Decoupled alternate functions from bridge (#2500) | Yang Liu | 2025-04-03 | 1 | -5/+0 |
| | | |||||
| * | Moved more functions to os.h (#2497) | Yang Liu | 2025-04-03 | 1 | -1/+1 |
| | | | | | | | | * Removed some unused function declarations * Moved more functions to os.h * review | ||||
| * | Some cosmetic changes to C header files (#2487) | Yang Liu | 2025-04-01 | 1 | -1/+4 |
| | | | | | | * [DYNAREC] Move cosim functions to a new header * Moved isNativeCall to elfloader | ||||
| * | [WRAPPER] More work on gtk/gstreamer wrapping | ptitSeb | 2024-11-27 | 1 | -0/+1 |
| | | |||||
| * | [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and ↵ | ptitSeb | 2024-09-19 | 1 | -0/+1 |
| | | | | | libxcb-private | ||||
| * | More work on X11 wrapping, allowing gtk to run fully emulated | ptitSeb | 2024-03-07 | 1 | -1/+1 |
| | | |||||
| * | Improved bridge name storage/retreival | ptitSeb | 2023-12-01 | 1 | -3/+0 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ | ptitSeb | 2023-07-08 | 1 | -1/+1 |
| | | | | | | | | | heroic and other libcef based software) | ||||
| * | | A few cosmetic fixes (#858) | Alexandre Julliard | 2023-06-24 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers. | ||||
| * | Add some support vor VSyscall | ptitSeb | 2021-09-02 | 1 | -0/+2 |
| | | |||||
| * | Better functions name resolving when using TRACE, and fixed some printf ↵ | ptitSeb | 2021-03-10 | 1 | -2/+9 |
| | | | | | stuff again | ||||
| * | Added bridge handling | ptitSeb | 2021-03-02 | 1 | -0/+25 |