.. |
array
|
Fix possible hash map corruption when deleting string keys
|
2022-03-21 15:07:53 +01:00 |
audio
|
Add intrinsic NEON versions for float_to_s16/s16_to_float (#12933)
|
2021-09-04 00:25:21 +02:00 |
cdrom
|
Reorder structs, alignment
|
2020-08-15 20:38:31 +02:00 |
compat
|
Revert "Update zlib.h (#13641)" (#13642)
|
2022-02-19 21:56:52 +01:00 |
defines
|
(PSL1GHT/Switch) Fix warnings
|
2022-07-07 16:38:12 +02:00 |
dynamic
|
(libretro-common) refinements to documentation
|
2022-08-01 13:06:35 +02:00 |
encodings
|
(libretro-common) Move file_crc32 out of encoding_crc32.c - we don't want file I/O
|
2022-08-01 14:04:01 +02:00 |
features
|
(libretro-common) refinements to documentation
|
2022-08-01 13:06:35 +02:00 |
file
|
Backport ebe5f2cc3d -
|
2022-09-03 06:35:41 +02:00 |
formats
|
Add View feature (#14467)
|
2022-10-10 06:36:02 +02:00 |
gfx
|
for loop cleanups - use space after 'for'
|
2020-08-19 03:06:22 +02:00 |
glsym
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
libchdr
|
Update libretro-common
|
2020-11-01 17:22:32 +01:00 |
lists
|
(file_list) Get rid of superfluous small functions
|
2022-09-04 17:52:06 +02:00 |
math
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
media
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
net
|
Disable poll support for MSVC 2010 and earlier
|
2022-10-06 01:27:27 +02:00 |
playlists
|
(libretro-common) refinements to documentation
|
2022-08-01 13:06:35 +02:00 |
queues
|
add task_in_on_main_thread function
|
2021-11-08 09:35:25 -07:00 |
rthreads
|
Revert "Resync"
|
2020-09-01 17:43:22 +02:00 |
streams
|
(Network Stream) Add function netstream_eof (#14335)
|
2022-08-21 21:52:57 +02:00 |
string
|
(word wrap functions in stdstring.c) Avoid implicit strlens, caller
|
2022-08-23 17:06:01 +02:00 |
time
|
Revert "Move strftime_am_pm to libretro-common rtime.c, remove duplicate"
|
2022-07-12 03:31:42 +02:00 |
utils
|
Squeeze extra blank lines with cat(1).
|
2019-01-08 11:04:58 -08:00 |
vfs
|
Mitigate need for vfs cores on ntfs drives [UWP/XBOX] (#13368)
|
2021-12-17 13:46:04 +01:00 |
vulkan
|
Move over to VK_EXT_debug_utils.
|
2022-08-31 19:45:21 +02:00 |
boolean.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
clamping.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
fastcpy.h
|
for loop cleanups - use space after 'for'
|
2020-08-19 03:06:22 +02:00 |
filters.h
|
(sinc resampler) Simplifications - call besseli0 directly instead of
|
2022-08-02 11:29:05 +02:00 |
libco.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
libretro.h
|
Add Hungarian language option (#14585)
|
2022-11-04 19:52:39 +01:00 |
libretro_d3d.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
libretro_dspfilter.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
libretro_gskit_ps2.h
|
Adapt PS2 port to new SDK with newlib support (CDVDFS support is missing)
|
2020-05-20 20:13:19 +02:00 |
libretro_vulkan.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
lrc_hash.h
|
(libretro-common) Rename rhash to lrc_hash
|
2020-12-28 19:55:54 +01:00 |
memalign.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
memmap.h
|
Add more PSL1GHT ifdefs
|
2020-12-27 18:56:00 +01:00 |
retro_assert.h
|
Improved code quality of retro_assert macro
|
2020-11-25 10:16:19 -08:00 |
retro_common.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
retro_common_api.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
retro_dirent.h
|
Remove one include
|
2021-02-03 09:58:50 +01:00 |
retro_endianness.h
|
Update libretro-common
|
2020-10-31 06:22:10 +01:00 |
retro_environment.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
retro_inline.h
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
retro_math.h
|
Cleanups
|
2021-09-13 18:09:44 +02:00 |
retro_miscellaneous.h
|
Improve haptic feedback for input overlays (#14517)
|
2022-10-16 09:58:09 +02:00 |
retro_timers.h
|
Don't do implicit memsets for struct timespec - always has only
|
2022-09-02 23:47:58 +02:00 |