yuzu/src/core/internal_network
Zephyron 4b15c918a8 network: Improve network interface handling and address resolution
- Return loopback address (127.0.0.1) when no network interface is selected
- Improve IPv4 address string conversion and handling
- Add explicit handling for "None" network interface selection
- Change IsAnyInternetRequestAccepted logging from ERROR to DEBUG
- Simplify internet request acceptance check to assume availability

This change makes the network interface handling more robust by providing
fallback behaviors and improving address resolution. It also reduces
unnecessary error logging for expected scenarios.
2025-05-12 12:46:19 +01:00
..
network_interface.cpp network: Improve network interface handling and address resolution 2025-05-12 12:46:19 +01:00
network_interface.h yuzu: Multiple room UI improvements 2022-09-10 19:39:25 +02:00
network.cpp network: Improve network interface handling and address resolution 2025-05-12 12:46:19 +01:00
network.h network: Fix 0.0 FPS bug on Android (Part 2) 2025-05-11 16:24:40 +01:00
socket_proxy.cpp network: Forward declarations 2023-07-17 15:36:03 -04:00
socket_proxy.h network: Forward declarations 2023-07-17 15:36:03 -04:00
sockets.h network: Fix 0.0 FPS bug on Android (Part 2) 2025-05-11 16:24:40 +01:00