about summary refs log tree commit diff stats
path: root/src/include/bridge.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-031-5/+0
|
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-1/+1
| | | | | | | * Removed some unused function declarations * Moved more functions to os.h * review
* Some cosmetic changes to C header files (#2487)Yang Liu2025-04-011-1/+4
| | | | | * [DYNAREC] Move cosim functions to a new header * Moved isNativeCall to elfloader
* [WRAPPER] More work on gtk/gstreamer wrappingptitSeb2024-11-271-0/+1
|
* [WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and ↵ptitSeb2024-09-191-0/+1
| | | | libxcb-private
* More work on X11 wrapping, allowing gtk to run fully emulatedptitSeb2024-03-071-1/+1
|
* Improved bridge name storage/retreivalptitSeb2023-12-011-3/+0
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ptitSeb2023-07-081-1/+1
| | | | | | | | heroic and other libcef based software)
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-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 VSyscallptitSeb2021-09-021-0/+2
|
* Better functions name resolving when using TRACE, and fixed some printf ↵ptitSeb2021-03-101-2/+9
| | | | stuff again
* Added bridge handlingptitSeb2021-03-021-0/+25