RetroArch/libretro-common/net
Vladimir Serbinenko 4a53c6771c
Several fixes and improvements do NGC and Wii (#13698)
* Support new elf2dol path in Makefile.griffin

* Fix NULL pointer dereference when no core info is available

* Fix double include of different versions of libogc

* Move ngc and wii to Makefile.common

Resulting binary is 60K *smaller*. This is surprising but probably due to
less inlining happening

* gx_gfx: Fix hang on gfx initialization

* Remove sthread_isself on NGC/Wii

It relies on pthread_equal that is not there for either legacy pthreads
or normal pthreads on those platforms

* Wii networking

* Missing includes in split

* Network fixes

* Fix logging of non-format string as a format

* Support for gx netlogger

* Network fix

* Network fixes

* Network info

* gx: Move config files to app directory

Otherwise it clashes between wiiU and vWii version with unpredictable
effects
2022-03-04 13:43:00 +01:00
..
net_compat.c Several fixes and improvements do NGC and Wii (#13698) 2022-03-04 13:43:00 +01:00
net_http.c UPnP fix for another specific router (#13404) 2021-12-24 11:56:51 +01:00
net_http_parse.c (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
net_ifinfo.c Several fixes and improvements do NGC and Wii (#13698) 2022-03-04 13:43:00 +01:00
net_natt.c [UPnP] Stability fixes (#13652) 2022-02-22 08:22:10 +01:00
net_socket.c Several fixes and improvements do NGC and Wii (#13698) 2022-03-04 13:43:00 +01:00
net_socket_ssl_bear.c Cleanups/style nits 2020-10-02 21:10:07 +02:00
net_socket_ssl_mbed.c Add BearSSL support 2020-09-19 00:31:36 +02:00