Files
ppsspp/Common/Net
Henrik Rydgård 618bdc2d72 naett: Let naettInit be called more than once
It asserted that it was the first call, so net::Init - which is documented as
safe to call repeatedly, and is - needed a bool of its own purely to guard this
one line. That's bookkeeping the library may as well do itself, and the WSA half
of the same function already says as much: it doesn't track anything because
WSAStartup counts its own references.

So a repeat call does nothing, and net::Init loses g_naettInitialized. Asking
HTTPSAvailable() twice costs nothing - on Linux it's a cached dlopen result and
everywhere else it's a constant.
2026-09-05 13:31:16 -06:00
..
2026-08-11 04:12:46 +03:00
2026-08-11 04:12:46 +03:00
2026-09-02 18:15:17 +02:00
2023-12-29 11:44:22 +01:00
2025-08-15 18:08:41 +02:00
2026-04-28 22:17:24 +02:00