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
NETWORK: Fix dummy notification - no longer shows a netplay initialization failed notification when netplay is not enabled
NETWORK: LAN addresses only for UPnP - Some router devices might accept non-LAN addresses without raising an error.
NETWORK: Filter out non-connectable rooms. Add an option for filtering out non-connectable netplay rooms.
NETWORK: Netplay spectator notification fix. Fix double notification when the host switches to spectator.
NETWORK: Prevents long-term pausing from clients dishonoring allow pausing
NETWORK/LOBBY: Lobby Viewer: Filter out rooms that are not running RetroArch
NETWORK/LOBBY: Lobby Viewer: Display a non-connectable tag to non-connectable rooms
NETWORK/LOBBY: Host: Display warning if we are announcing to the internet but our room isn't connectable from there
NETWORK/RELAY: Custom relay server support - Add support for custom user-ran relay servers
NETWORK/RELAY: Replace Canadian relay server with Singapore relay server. Current relays: New York/USA, Madrid/Spain, Sao Paulo/Brazil, Singapore
NETWORK/UPNP: Various refactors/improvements, no more dependent on miniupnpc
NETWORK/UPNP: Various UPnP binding fixes for specific routers
NETWORK/UPNP: Accept IGD v2 service types
NETWORK/UPNP: Delay lobby server announcing - delay the announcing in order to give UPnP's port forwarding more time. Fix the remaining truncation warnings.
NETWORK/UPNP: Smart interface selection - Find the most suitable address for UPnP by scoring interfaces on how close their address is to the device's address
OPENGL1: Fix buffer overflow - RetroArch would sometimes crashes at startup when loading asset textures with GL1 driver
VULKAN: Double combined image sampler descriptor pool size - fix segfaults with AMD GPUs using RADV
VULKAN: Emulate mailbox only with Vsync enabled - otherwise have it disabled - useful for VRR/G-Sync/FreeSync
VULKAN/SWAPCHAIN: Vulkan max swapchain images option adjustments
VULKAN/HDR: HDR support - tested on Windows
WAYLAND: Add libdecor for client side decoration
WAYLAND: Use any display for initial metrics
WAYLAND: Fix the window closing, if RetroArch is build without libdecor