Files
ppsspp/libretro
Henrik RydgårdandClaude Opus 5 2396ac7acb Libretro buildfix: drop WebSocket stubs duplicating the inline ones in the header
0ed6b97921 added inline no-op stubs to WebSocket.h under __LIBRETRO__, but the
older non-inline ones in libretro.cpp stayed, so every libretro build has had two
definitions of each. gcc/clang inline the trivial bodies away and emit no symbol,
so it only shows up with MSVC, as LNK2005 against Core.o/Breakpoints.o.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FzzCUp8y1ahgVueb1Cq92Y
2026-08-23 15:49:15 +02:00
..
2018-03-24 12:44:53 +01:00
2018-03-24 12:44:53 +01:00
2022-11-24 12:42:38 -04:00