55057 Commits

Author SHA1 Message Date
Autechre
deba9fa531
Merge pull request #11031 from hhromic/patch-1
Update .gitignore
2020-07-16 11:47:50 +02:00
Hugo Hromic
da9ab75e18
Update .gitignore
Added missing RetroArch generated files.
2020-07-16 09:39:25 +01:00
Hugo Hromic
f4dec615ef (Menu) General usability improvements for setting defaults 2020-07-16 09:17:10 +01:00
twinaphex
b8cc047d20 (context drivers) Cleanups 2020-07-16 03:40:52 +02:00
Autechre
343a04e2b8
Merge pull request #11027 from schellingb/archive_cleanup_1b
Use MMAP again for ZIP loading/parsing
2020-07-16 03:28:54 +02:00
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
Twinaphex
367530683c Get rid of unused variables 2020-07-15 19:47:45 +02:00
Autechre
5b693b2ab4
Merge pull request #11023 from jdgleaver/task-autodetect
Rewrite 'task_autodetect.c': Ensure thread safety + clean-ups/rationalisation
2020-07-15 16:08:10 +02:00
twinaphex
d3c8704417 Build fix 2020-07-15 13:38:20 +02:00
Autechre
e6608c6fd0
Merge pull request #11024 from valadaa48/oga_gfx_msg_fix
oga_gfx: fix last character from being chopped in on-screen messages
2020-07-15 03:46:57 +02:00
valadaa48
9bbf191523 oga_gfx: fix last character from being chopped in on-screen messages 2020-07-14 21:43:19 -04:00
twinaphex
9a34e9799a Cleanups 2020-07-15 03:22:01 +02:00
twinaphex
2427ebe0e8 Cleanups 2020-07-15 03:12:56 +02:00
twinaphex
47f86711a5 Cleanups 2020-07-15 03:08:56 +02:00
twinaphex
07b075c16f Cleanup 2020-07-15 02:59:02 +02:00
twinaphex
8696d292da Cleanup 2020-07-15 02:54:27 +02:00
twinaphex
014d0fafb4 (DRM) Cleanups 2020-07-15 02:45:34 +02:00
twinaphex
f707994cb8 Get rid of gfx_ctx_network 2020-07-15 02:37:50 +02:00
jdgleaver
84a71ea133 Rewrite 'task_autodetect.c': Ensure thread safety + clean-ups/rationalisation 2020-07-14 17:46:58 +01:00
twinaphex
03c7403a05 Cleanups 2020-07-14 16:37:02 +02:00
twinaphex
e416d96769 (UWP EGL) Cleanups 2020-07-14 16:27:49 +02:00
twinaphex
748e3dccf2 (wayland) buildfixes 2020-07-14 16:20:15 +02:00
twinaphex
b7c2cbc6b2 Move flush_wayland_fd to input/common/wayland_common.c 2020-07-14 16:17:43 +02:00
twinaphex
4009919eca (Wayland) Fix code duplication 2020-07-14 16:14:47 +02:00
twinaphex
3d4a13e5b7 (Wayland) Add missing header 2020-07-14 16:10:01 +02:00
twinaphex
3cb1b7b4bb (Wayland) Move more code 2020-07-14 16:09:13 +02:00
twinaphex
646d627a6c Move more Wayland code 2020-07-14 16:04:10 +02:00
twinaphex
1f4a27abba Split up wayland code 2020-07-14 15:56:52 +02:00
Autechre
6a27bbfb42
Merge pull request #11018 from guoyunhe/crowdin-20200714
Fetch translations from Crowdin
2020-07-14 15:25:32 +02:00
Autechre
e4281b0b8f
Merge pull request #11019 from hhromic/patch-1
Update CHANGES.md
2020-07-14 15:25:19 +02:00
Hugo Hromic
f21d8f6e63
Update CHANGES.md
Correct this CHANGELOG entry according to recent changes.
2020-07-14 14:10:04 +01:00
twinaphex
88f742894d Move wayland header to input/common 2020-07-14 14:32:37 +02:00
Guo Yunhe
6dfebe10cb Fetch translations from Crowdin 2020-07-14 12:03:29 +03:00
Autechre
c3d18f118a
Update CHANGES.md 2020-07-14 10:19:37 +02:00
Autechre
a76274a884
Merge pull request #11017 from dylanscott20/master
(Emscripten) Fix input code to ignore unknown keys
2020-07-14 10:19:01 +02:00
Dylan Scott
b4ac13cc5a
(Emscripten) Fix input code to ignore unknown keys 2020-07-14 03:33:55 -04:00
twinaphex
3297e464c4 (Input) Optimize input bitmask codepath 2020-07-14 01:39:07 +02:00
twinaphex
b6432cd8b4 (ffmpeg core) Use bitmasks 2020-07-14 01:27:19 +02:00
twinaphex
06064a0527 Revert "Bring back MMAP support"
This reverts commit 32dcff3880a32521e49916dc56e8b04f56ed6b45.
2020-07-13 23:52:23 +02:00
twinaphex
c524733841 Merge branch 'master' of https://github.com/libretro/RetroArch 2020-07-13 21:46:38 +02:00
Autechre
e87a96b5a2
Merge pull request #11009 from schellingb/archive_cleanup_1
First set of cleanups to archive handling
2020-07-13 21:46:23 +02:00
twinaphex
c84aa90075 Merge branch 'archive_cleanup_1' of git://github.com/schellingb/RetroArch 2020-07-13 21:30:02 +02:00
twinaphex
ed9d40caa2 (DRM) Cleanups 2020-07-13 20:24:14 +02:00
Bernhard Schelling
32dcff3880 Bring back MMAP support
Will be used where available for files up to 256MB
2020-07-14 03:04:01 +09:00
Bernhard Schelling
c05f1e91fc Fix another memory leak that was there originally
When loading a single file out of a ZIP with many files it leaked memory allocated for all found filenames that weren't requested.
2020-07-14 03:00:47 +09:00
Bernhard Schelling
a978b939ff Fix C89 build 2020-07-14 01:56:48 +09:00
Bernhard Schelling
54db0fe515 Fix memory leak
Properly release buffers for extracted files from ZIP
Use RETRO_VFS_SEEK_POSITION_START instead of SEEK_SET for filestream_seek
2020-07-14 00:29:46 +09:00
twinaphex
750140779c (libretro-common) Fix 2020-07-13 16:18:46 +02:00
twinaphex
0a492a49be (Vulkan) Fix regression 2020-07-13 15:22:27 +02:00
Autechre
171f7620b2
Merge pull request #11014 from Herdinger/entitlements
Fix Metal build not being able to load cores
2020-07-13 00:25:47 +02:00