mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-28 01:00:43 +00:00
48c2e0689a
Pointer types inherently cause data layout compatibility issues, so they're worth special-casing here. The wrappers will type-pun pointers to 32-bit or 64-bit integers (matching the guest architecture) to avoid direct host-side use of guest pointers without consideration. |
||
---|---|---|
.. | ||
Guest.cpp | ||
Host.cpp | ||
libwayland-client_interface.cpp |