RetroArch/libretro-common
Alcaro e4022ab416 libretro.h: Fix contradictory comment
retro_get_system_info() says it can be called even before retro_init(), which means retro_deinit() doesn't need to be called at all. Mentioning deinit() in the struct definition is misleading and incorrect.
2020-08-23 18:29:12 +02:00
..
audio Revert "(audio conversion) Optimize array accesses" 2020-08-19 18:18:02 +02:00
cdrom Use string_starts_with_size where possible - avoids the strlen 2020-06-25 12:51:04 +02:00
compat (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
crt Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
dynamic Cleanup dylib.c 2020-08-18 15:22:46 +02:00
encodings for loop cleanups - use space after 'for' 2020-08-19 03:06:22 +02:00
features Use UINT32_C / UINT64_C throughout the codebase 2020-07-29 04:48:11 +02:00
file Reorder structs, alignment 2020-08-15 20:38:31 +02:00
formats Cleanup some unused variables 2020-08-22 18:04:34 +02: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 for loop cleanups - use space after 'for' 2020-08-19 03:06:22 +02:00
include libretro.h: Fix contradictory comment 2020-08-23 18:29:12 +02:00
libco Update libretro-common 2020-05-14 09:27:58 +02:00
lists dir_list_read - avoid two strcmps 2020-06-27 22:26:20 +02:00
media Silence warnings 2020-06-05 22:39:44 +02:00
memmap (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
net Struct reorders/alignment 2020-08-14 22:54:46 +02:00
playlists (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
queues Struct reorders/alignment 2020-08-14 22:54:46 +02:00
rthreads CRITICAL_SECTION implementation can differ - use calloc here 2020-06-29 14:19:50 +02:00
samples for loop cleanups - use space after 'for' 2020-08-19 03:06:22 +02:00
streams Reorder structs, alignment 2020-08-15 20:38:31 +02:00
string Simplify string_set 2020-08-20 19:12:38 +02:00
time Cleanups/comments 2020-07-07 05:58:07 +02:00
utils for loop cleanups - use space after 'for' 2020-08-19 03:06:22 +02:00
vfs More strings being moved from heap to stack 2020-08-18 14:47:57 +02:00
vulkan Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
.gitignore Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00