50525 Commits

Author SHA1 Message Date
jdgleaver
75ae05d287 (menu_thumbnail_path) API clean-up + tiny bug fix 2019-08-16 15:49:57 +01:00
twinaphex
091c5f6092 Should fix netplay for cores that use the new bitmask code 2019-08-16 16:29:18 +02:00
twinaphex
f61602de59 Buildfix 2019-08-16 16:09:15 +02:00
twinaphex
bf8edb18b8 Cleanups 2019-08-16 16:04:39 +02:00
twinaphex
8c74de7787 (Menu) cleanups 2019-08-16 15:51:22 +02:00
twinaphex
9d61590540 Merge menu_entries.c into menu_driver.c 2019-08-16 15:40:45 +02:00
twinaphex
9456d88ce4 Cleanups 2019-08-16 15:36:44 +02:00
twinaphex
c69c972942 (Menu) Cleanups 2019-08-16 15:17:33 +02:00
Twinaphex
140d0e180d
Merge pull request #9311 from p-sam/libnx_audren_paused
(Switch) no audio driver state change outside of thread
2019-08-16 11:46:29 +02:00
Twinaphex
d96d80cf5c
Merge pull request #9310 from jdgleaver/per-playlist-thumbs
Enable per-playlist thumbnail selection
2019-08-15 19:52:39 +02:00
jdgleaver
3da96deec3 Enable per-playlist thumbnail selection 2019-08-15 18:05:31 +01:00
Twinaphex
3bc5c15526
Merge pull request #9309 from LazyBumHorse/fix_vulkan_gpu_list
fix handling of vulkan_gpu_list
2019-08-15 18:17:56 +02:00
LazyBumHorse
3c6a46d95d fix handling of vulkan_gpu_list (use after free, not always being initialized) 2019-08-15 17:52:24 +02:00
twinaphex
a5f6c8f94d Cleanups 2019-08-15 17:44:02 +02:00
p-sam
f04bf0e374 (Switch) no audio driver state change outside of thread 2019-08-15 14:51:01 +00:00
twinaphex
bc46b1c802 Cleanups 2019-08-15 16:17:49 +02:00
twinaphex
8db00a17af (Menu widgets) Checks were wrong - should be correct now 2019-08-15 16:09:18 +02:00
twinaphex
111a7fea92 (Menu widgets) Should use MAX macro here from retro_miscellaneous.h 2019-08-15 15:56:30 +02:00
twinaphex
a5f411ef5c Cleanups 2019-08-15 15:50:26 +02:00
twinaphex
92dec44b0e menu_widgets_push_achievements always returns true 2019-08-15 15:48:08 +02:00
twinaphex
edaf8eb702 menu_widgets_volume_update_and_show always returns true 2019-08-15 15:46:16 +02:00
twinaphex
6c775ef170 These functions always return true 2019-08-15 15:42:24 +02:00
twinaphex
17957e0816 (Menu widgets) DO away with == NULL/!= NULL checks 2019-08-15 15:17:01 +02:00
twinaphex
57df6dda82 (Menu widgets) Some architectural cleanups -
* Don't have all these manual setters
* Don't copy over the FPS text, instead make use
of video_info->fps_text
* Boolean checks always returned true anyway, so
avoid unnecessary conditional checks
2019-08-15 15:13:07 +02:00
twinaphex
a500219d8c Move menu_widgets_ready to retroarch.c 2019-08-15 14:56:38 +02:00
twinaphex
6c671faed6 Start preparing for menu_widgets_ready to be moved to retroarch.c 2019-08-15 14:20:51 +02:00
twinaphex
d5c7ada96d Prevent warning 2019-08-15 13:51:07 +02:00
twinaphex
620f6c4f9f Update MSVC2003 2019-08-15 13:49:16 +02:00
twinaphex
0de1453445 Cleanups 2019-08-15 13:44:26 +02:00
Twinaphex
56eb2d9f82
Merge pull request #9307 from LazyBumHorse/logfix
fix garbled text in logging on Windows
2019-08-15 13:42:37 +02:00
LazyBumHorse
f51e50a423 fix logging on Windows sometimes not being null-terminated 2019-08-15 13:39:19 +02:00
twinaphex
20846796cd Cut down on some menu_widgets_ready calls 2019-08-15 13:12:15 +02:00
twinaphex
b4676e3591 Cleanups 2019-08-15 12:57:54 +02:00
twinaphex
498c1b8538 (verbosity.c) Cleanups 2019-08-15 12:43:59 +02:00
twinaphex
df8a024b82 Cleanups 2019-08-15 12:30:27 +02:00
twinaphex
16ceb54557 Simplifications 2019-08-15 12:13:14 +02:00
twinaphex
b4375e3da0 Cleanups 2019-08-15 01:21:25 +02:00
twinaphex
80230a8181 Cleanups 2019-08-15 01:15:39 +02:00
twinaphex
e54e8c4a1f Cleanups 2019-08-15 01:14:25 +02:00
twinaphex
d30b2ecaca Merge menu_input_dialog.c into retroarch.c 2019-08-15 01:08:34 +02:00
Twinaphex
20b1bf9b12
Merge pull request #9306 from elyosh/midi
Midi: fix MT-32 delay and ALSA off pitch playback
2019-08-14 22:37:53 +02:00
Adrien Moulin
9cecf6623f Midi: correct pitch bend in ALSA driver
MIDI standard pitch bend center position is 0x2000 but ALSA's is 0
2019-08-14 21:47:54 +02:00
Adrien Moulin
a545499496 Midi: fix SysEx handling
We need to clear the event status after each message. Otherwise, after a SysEx message the first byte of the next event will incorrectly inherit its delta_time.
This causes a delay of several seconds in nearly every MT-32 games which uses a lot of long SysEx.
2019-08-14 21:34:28 +02:00
twinaphex
0092aa84d3 Fix OSK input regression 2019-08-14 17:55:29 +02:00
Twinaphex
9271f73dd2
Merge pull request #9304 from rsn8887/master
Allow auto save states also in cores that support no content
2019-08-14 17:30:55 +02:00
twinaphex
ba3e940cac (menu_driver.c) Cleanups 2019-08-14 17:19:39 +02:00
twinaphex
295e6f8e14 Move menu_input_dialog_keyboard_display to retroarch.c 2019-08-14 16:52:26 +02:00
twinaphex
980be6dba3 (GL2) Cleanups 2019-08-14 16:40:47 +02:00
twinaphex
02eaad8587 Reduce two functions to one 2019-08-14 14:46:17 +02:00
rsn8887
2cc84bb99e Allow auto save states also in cores that support no content
as long as some content is loaded
2019-08-13 21:44:54 -05:00