RetroArch/libretro-common/include
Bernhard Schelling b03cdbd0da First set of cleanups to archive handling (Rev B)
- Don't read the entire archive file into memory on systems without HAVE_MMAP
- Support ZIP files between 2GB ~ 4GB on 32bit architectures
- Remove zip exclusive members from `file_archive_transfer`
- Add `zip_context_t` for zip like the already existing `sevenzip_context_t`
- Unify cleanups of zip and 7z in `file_archive_file_backend::archive_parse_file_free`
- Handle some sizes and offsets as int64_t (preparation for future Zip64 support)
- Handle ZIP compression methods in `zlib_stream_decompress_data_to_file_init` not in `file_archive_perform_mode`
- Return progress of 7z iterating with `file_archive_parse_file_progress`
- Uses MMAP where available, for files up to 256MB
2020-07-16 02:47:59 +09:00
..
array Cleanups - Replace '== NULL' 2020-01-30 16:47:33 +01:00
audio Update audio resampler 2020-02-07 07:53:23 +01:00
cdrom (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
compat Adapt PS2 port to new SDK with newlib support (CDVDFS support is missing) 2020-05-20 20:13:19 +02:00
dynamic (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
encodings (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
features (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
file First set of cleanups to archive handling (Rev B) 2020-07-16 02:47:59 +09:00
formats (Manual content scanner/playlist cleaner) Prevent redundant playlist entries when handling M3U content 2020-03-20 14:26:08 +00:00
gfx (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
glsym (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
libchdr (libchdr) Backport baka0815 commits 2020-07-01 19:50:46 +02:00
lists (libretro-common) Update copyright 2020-01-31 15:43:42 +01: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 (3DS) Enable basic networking / cheevos 2020-05-08 20:50:15 +02:00
playlists (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
queues update comment 2020-07-12 08:21:02 -06:00
rthreads (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
streams Add option to backup/restore installed cores 2020-06-04 12:20:58 +01:00
string Style nits - turn macro names into upper-case - some while style nits 2020-06-26 20:00:19 +02:00
time Add option to backup/restore installed cores 2020-06-04 12:20:58 +01:00
utils
vfs (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
vulkan
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 (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
filters.h (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
libco.h (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
libretro.h Add Persian, Hebrew and Asturian language options 2020-06-04 14:54:28 +03: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
memalign.h (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
memmap.h (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
retro_assert.h (libretro-common) Update copyright 2020-01-31 15:43:42 +01: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 (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
retro_endianness.h Buildfixes 2020-06-13 08:37:26 +02: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 (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
retro_miscellaneous.h (X11/udev) Input fixes 2020-06-12 14:12:22 +01:00
retro_timers.h Adapt PS2 port to new SDK with newlib support (CDVDFS support is missing) 2020-05-20 20:13:19 +02:00
rhash.h Move this struct over to rhash.c 2020-02-23 05:22:11 +01:00