You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cemu fails to build with boost >= 1.87 (1.86 and below are ok) because some deprecated bits of asio have been removed.
In src/input/api/DSU/DSUControllerProvider.h, io_service has to be changed to io_context (this will also continue to work with older boost versions), and the resolver bits in DSUControllerProvider::connect() need to be modified (ip::udp::resolver::query is gone, not sure what the replacement is).
Expected Behavior
Compiles
Steps to Reproduce
Install boost 1.87.0+
Try to compile Cemu (current git or 2.5)
System Info (Optional)
OS: OpenMandriva Lx Cooker
GPU: AMD Radeon 550X
Emulation Settings (Optional)
No response
Logs (Optional)
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
Cemu fails to build with boost >= 1.87 (1.86 and below are ok) because some deprecated bits of asio have been removed.
In
src/input/api/DSU/DSUControllerProvider.h
,io_service
has to be changed toio_context
(this will also continue to work with older boost versions), and the resolver bits inDSUControllerProvider::connect()
need to be modified (ip::udp::resolver::query
is gone, not sure what the replacement is).Expected Behavior
Compiles
Steps to Reproduce
System Info (Optional)
OS: OpenMandriva Lx Cooker
GPU: AMD Radeon 550X
Emulation Settings (Optional)
No response
Logs (Optional)
No response
The text was updated successfully, but these errors were encountered: