Commit 51bf56b
fix(Dolphin): guard netplay includes against missing SFML dependency
NetPlayClient.h requires SFML/Network/Packet.hpp. When the dolphin-ios
submodule is present but SFML headers are not in the search path the build
fails. Add __has_include(<SFML/Network/Packet.hpp>) to the guard so the
C++ netplay implementation is only compiled when all dependencies exist.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent effcd2f commit 51bf56b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments