RetroArch/libretro-common
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
..
audio Implement sinc kaiser NEON function (#13452) 2022-01-08 04:21:51 +01:00
cdrom libretro-common/cdrom: Add missing compatibility header 2020-10-05 10:28:45 +01:00
compat Fix some command line segfaults (#13682) 2022-02-28 10:32:50 +01:00
crt Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
dynamic (UWP) Fix regression in dylib 2020-11-18 01:44:32 +01:00
encodings Base64 cleanup 2021-12-20 14:54:41 +01:00
features cpu detection detection vfp unit for Darwin. 2021-04-24 22:58:14 +01:00
file [PSP] Update Retroarch to latest PSPDev status (#13544) 2022-01-25 03:50:18 +01:00
formats (cheevos) support for identifying Dreamcast CHDs (#13628) 2022-02-15 15:09:43 +01:00
gfx Put fprintfs and printfs behind ifndef NDEBUG 2020-06-17 11:22:31 +02:00
glsym (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
hash (libretro-common) Rename rhash to lrc_hash 2020-12-28 19:55:54 +01:00
include Revert "Update zlib.h (#13641)" (#13642) 2022-02-19 21:56:52 +01:00
libco Add PS2 libco 2021-02-07 21:16:24 +01:00
lists (nested_list) Fix heap-use-after-free errors due to pointer invalidation when resizing internal RBUF arrays 2021-08-09 23:08:17 +01:00
media Use strcpy_literal in more places 2020-09-19 23:59:06 +02:00
memmap (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
net Several fixes and improvements do NGC and Wii (#13698) 2022-03-04 13:43:00 +01:00
playlists Fix playlist label sanitisation 2021-03-26 12:22:10 +00:00
queues main_thread_id initial value should be 0, not NULL 2021-11-08 20:08:32 +01:00
rthreads Several fixes and improvements do NGC and Wii (#13698) 2022-03-04 13:43:00 +01:00
samples Add Indonesian, Swedish and Ukrainian language options (#13490) 2022-01-19 19:12:55 +01:00
streams (cheevos) support for identifying Dreamcast CHDs (#13628) 2022-02-15 15:09:43 +01:00
string (Database) Serial scanning for Gamecube/MegaCD/SegaCD/Saturn/PSX/PSP/Dreamcast/Wii 2021-12-31 21:35:16 -05:00
test improve message wrapping with CJK languages 2021-06-03 21:09:35 +09:00
time Cleanups/comments 2020-07-07 05:58:07 +02:00
utils Moving more stuff from samples to tests 2021-05-10 19:45:50 +02:00
vfs [PSP] Update Retroarch to latest PSPDev status (#13544) 2022-01-25 03:50:18 +01:00
vulkan Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
.gitignore Updates 2020-12-13 21:21:21 +01:00
Makefile.test Moving more stuff from samples to tests 2021-05-10 19:45:50 +02:00