RetroArch/network
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
..
drivers_wifi Fix local header path includes 2021-12-04 16:11:02 +01:00
netplay Several fixes and improvements do NGC and Wii (#13698) 2022-03-04 13:43:00 +01:00
discord.c Netplay Stuff (#13375) 2021-12-19 16:58:01 +01:00
discord.h (Discord) Remove stray discord_is_inited global - put it in 2021-11-05 13:45:00 +01:00
net_http_special.c Add TODO/FIXME comments 2020-06-04 14:09:45 +02:00
net_http_special.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
net_logger.c Move defines files over to libretro-common 2021-05-18 22:15:04 +02:00
wifi_driver.c Split up wifi networking code - move it into separate file (#13262) 2021-11-21 12:37:39 +01:00
wifi_driver.h Bluetooth refactor (#13266) 2021-11-21 20:44:08 +01:00