55151 Commits

Author SHA1 Message Date
Autechre
d6a4345c44
Merge pull request #11037 from jdgleaver/hide-set-initial-disk-notifications
Add option to show/hide 'last used disc restored' notifications
2020-07-17 15:05:13 +02:00
Autechre
357e382452
Merge pull request #11035 from jdgleaver/load-content-anim-favorites-fix
(Load Content Animation) Fix detection of 'favourites' playlist
2020-07-17 15:04:59 +02:00
twinaphex
318c11129b Cleanups 2020-07-17 15:02:14 +02:00
twinaphex
5deb8f8bd8 Cleanups 2020-07-17 14:59:19 +02:00
twinaphex
1ca5958832 Cleanups 2020-07-17 14:57:00 +02:00
twinaphex
3983a19281 (Context drivers) Cleanups 2020-07-17 14:53:49 +02:00
twinaphex
7c66a7457a Go for a consistent return value 2020-07-17 14:44:57 +02:00
twinaphex
b02d538a63 set_resize should not return false on success 2020-07-17 14:43:47 +02:00
twinaphex
d2b749e0e6 Unnecessary 2020-07-17 14:19:17 +02:00
twinaphex
d18f9fb137 Buildfix 2020-07-17 14:16:29 +02:00
twinaphex
1fb77c43a3 (X11) Split up X11 context into two - GL and Vulkan 2020-07-17 14:15:30 +02:00
twinaphex
e8e9a7b1d3 Get rid of multiple definition of wayland show mouse function 2020-07-17 13:59:13 +02:00
twinaphex
5e2c38060b Update Griffin 2020-07-17 13:57:24 +02:00
twinaphex
ebd140752a Update Makefile.common 2020-07-17 13:56:59 +02:00
twinaphex
f4bc332bcd (Wayland) Split up Wayland context driver into two - GL and Vulkan 2020-07-17 13:55:25 +02:00
jdgleaver
230c1cdde2 Add option to show/hide 'last used disc restored' notifications 2020-07-17 12:52:28 +01:00
twinaphex
501f737249 (Android) Split up Android context driver into two - GL and Vulkan 2020-07-17 13:45:37 +02:00
twinaphex
8ab4c23deb Move another context driver to VK context drivers 2020-07-17 13:21:44 +02:00
jdgleaver
c1f67d3f72 (Load Content Animation) Fix detection of 'favourites' playlist 2020-07-17 10:49:06 +01:00
Tatsuya79
ed9aa75314
qt: add 'cheats applied' visibility toggle 2020-07-17 10:46:17 +02:00
twinaphex
2ff2604e69 MSVC buildfix 2020-07-17 04:35:01 +02:00
twinaphex
cbca370d76 Split up wgl_ctx.c into two files - GL and Vulkan 2020-07-17 04:28:26 +02:00
twinaphex
c9398a3855 (gfx widgets) Remove dead code 2020-07-17 04:06:02 +02:00
twinaphex
36b581c733 Add 'Show Cheats Applied' onscreen notification visibility setting 2020-07-17 03:32:22 +02:00
twinaphex
baa349f2ec Cleanup 2020-07-17 02:32:37 +02:00
twinaphex
df73277ca8 (WGL) Bind different callback for Vulkan 2020-07-17 02:31:12 +02:00
twinaphex
ea920b1aaf Silence warning 2020-07-17 02:18:32 +02:00
twinaphex
105e135e48 Cleanup 2020-07-17 01:20:31 +02:00
twinaphex
6a5770af6d Cleanups 2020-07-17 01:17:37 +02:00
twinaphex
707b40d116 Cleanups 2020-07-17 01:09:00 +02:00
twinaphex
be1e245396 Cleanups 2020-07-17 00:59:20 +02:00
twinaphex
318d5490cd Cleanups 2020-07-17 00:50:06 +02:00
twinaphex
2630727daa Start preparing groundwork for separate context_drivers 2020-07-17 00:44:30 +02:00
twinaphex
2ef69d61ed Remove two unused functions 2020-07-17 00:29:01 +02:00
Autechre
bbe234898f
Merge pull request #11030 from hhromic/menu-imprv
(Menu) General usability improvements for setting defaults
2020-07-16 18:55:18 +02:00
Autechre
b4a2589279
Merge pull request #11032 from guoyunhe/github-action-crowdin
GitHub Action for Crowdin
2020-07-16 18:54:52 +02:00
Autechre
466db54e9c
Merge pull request #11033 from jdgleaver/notification-visibility
Add 'Notification Visibility' menu
2020-07-16 18:15:35 +02:00
jdgleaver
75b3b5350c Add 'Notification Visibility' menu 2020-07-16 16:32:01 +01:00
Guo Yunhe
b36c9d6723 GitHub Action for Crowdin 2020-07-16 15:09:27 +03:00
twinaphex
324eb4f098 (UWP) Buildfix 2020-07-16 11:49:15 +02:00
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
Yoshi Sugawara
897aee0bcf add more logging, use autolayout constraints to pin metal view to superview to support orientation changes easier 2020-07-14 17:49:38 -10:00