56315 Commits

Author SHA1 Message Date
twinaphex
f8b828e623 gfx_display_draw_bg - cleanups 2020-09-30 18:56:46 +02:00
twinaphex
8683f68ccb Cleanup 2020-09-30 18:52:22 +02:00
Autechre
7f3b1c69e3
Merge pull request #11392 from stenzek/d3d11
(video/d3d11) Fix background in menus, and shaders for hardware renderers
2020-09-30 17:57:27 +02:00
Connor McLaughlin
30c6f90c93 (video/d3d11) Use cached view as the slang source texture
Fixes shaders in D3D11 driver.
2020-10-01 00:19:11 +10:00
Connor McLaughlin
12382c057a (video/d3d11) Cache view left bound by hw renderers
Fixes garbage/black screen when menu is active.
2020-10-01 00:19:11 +10:00
twinaphex
0642ea6d5d Remove gfx_display_snow 2020-09-30 15:57:21 +02:00
twinaphex
7e597c3fd0 Cleanups 2020-09-30 15:47:03 +02:00
twinaphex
3072342b2c Backport libretro-common changes 2020-09-30 14:50:17 +02:00
Autechre
f0430aa543
Merge pull request #11391 from p-sam/switch/input-fix
libnx: fix touch, mouse and KB input
2020-09-30 10:15:47 +02:00
p-sam
059cd08530 libnx: fix touch, mouse and KB input 2020-09-30 09:23:28 +02:00
Autechre
d7a321fdbb
Merge pull request #11389 from jdgleaver/keymap-fix
(udev/linuxraw/wayland) Fix return key keyboard input
2020-09-29 12:44:18 +02:00
jdgleaver
3fa1166ec4 (udev/linuxraw/wayland) Fix return key keyboard input 2020-09-29 11:23:35 +01:00
twinaphex
0ec93e7fff (gfx_display) Cleanups 2020-09-28 07:22:52 +02:00
twinaphex
6ff934bf94 Buildfix 2020-09-28 05:07:18 +02:00
twinaphex
1e61480e0a Get rid of get/set_header_height 2020-09-28 05:06:02 +02:00
twinaphex
2ca6737ec3 (XMB) doesn't use header height 2020-09-28 04:58:34 +02:00
twinaphex
03ff504aa8 Remove gfx_display_scissor_end 2020-09-28 04:04:16 +02:00
twinaphex
d44ab6facf framebuffer_dirty functions - remove these and set member variables
directly in rgui.c and retroarch.c
2020-09-28 03:49:13 +02:00
twinaphex
f38eb84cc7 Move gfx_display_draw_text to retroarch.c and get rid of
video_driver_set_osd_msg
2020-09-28 03:38:16 +02:00
twinaphex
9d6bfabd02 Move reset_list_buffer to gfx_widgets and turn it into a static function 2020-09-28 03:30:22 +02:00
twinaphex
783bcb7a61 Avoid printf/puts 2020-09-28 03:17:21 +02:00
twinaphex
2e5bfd74ec Optimize explore_check_company_suffix 2020-09-27 23:56:15 +02:00
Autechre
3c2280b2b2
Merge pull request #11386 from Jamiras/cheevos_discord
(cheevos) don't update discord rich presence when paused
2020-09-27 23:44:29 +02:00
Jamiras
8bc02e2df2 don't update discord rich presence from retroachievements when paused 2020-09-27 14:45:14 -06:00
twinaphex
c744baeb89 Add ctype variants to stdstring and use it in RA 2020-09-27 22:15:32 +02:00
twinaphex
f1432db433 Cleanup 2020-09-27 20:44:31 +02:00
twinaphex
e9e25aae7d res.val.bool_ was being set a second time to 0 unnecessarily 2020-09-27 20:41:02 +02:00
twinaphex
edf8fd99c7 (libretro-db) query.c - get rid of strlen call in query_peek 2020-09-27 20:38:08 +02:00
twinaphex
b829c7c1f8 (libretro-db) Cleanups - get rid of some goto labels, simplify one
conditional
2020-09-27 20:21:54 +02:00
twinaphex
e159ba1542 Cleanups 2020-09-27 02:48:40 +02:00
twinaphex
e87b44a68c Remove stub functions in null display driver 2020-09-27 00:18:16 +02:00
twinaphex
7225170e97 Cleanups 2020-09-26 23:51:59 +02:00
twinaphex
c91df88fe2 Cleanups 2020-09-26 23:39:15 +02:00
twinaphex
a56673e52d MSVC buildfix 2020-09-26 23:37:03 +02:00
twinaphex
c0470854d4 Cleanups 2020-09-26 23:33:59 +02:00
twinaphex
b830d15628 (drivers_display) Cleanups 2020-09-26 23:31:12 +02:00
twinaphex
e1dbf5dab1 Remove drivers_display viewport - was unused 2020-09-26 22:01:23 +02:00
twinaphex
fbe0924d44 Remove some stub functions 2020-09-26 21:40:16 +02:00
twinaphex
e428166a05 Remove unused gfx_display_get_framebuffer_pitch 2020-09-26 20:04:55 +02:00
twinaphex
f22488f620 gfx_display_coords_array_reset unused - remove 2020-09-26 20:03:20 +02:00
twinaphex
14c9ccfda8 Remove gfx_display_{set/get}_driver_id 2020-09-26 19:58:15 +02:00
Autechre
3e55f067ed
Merge pull request #11382 from Jamiras/cheevos_lboard_opts
(cheevos) allow disabling leaderboard notifications and trackers separately
2020-09-26 18:48:17 +02:00
Jamiras
376342a2c3 hook up reset for all config_string_options 2020-09-26 09:59:50 -06:00
Jamiras
02ddbc41cc allow disabling leaderboard notifications and trackers separately 2020-09-25 19:28:56 -06:00
Autechre
9ca09e872e
Merge pull request #11380 from jdgleaver/video-filter-xrgb888
Gameboy/Dot_Matrix video filters: Add XRGB8888 support
2020-09-25 18:38:57 +02:00
jdgleaver
6c549d687c Gameboy/Dot_Matrix video filters: Add XRGB8888 support 2020-09-25 16:32:24 +01:00
Autechre
6cc058b390
Merge pull request #11376 from jdgleaver/video-filter-fix
Fix video filters for builds where both 'HAVE_DYLIB' and 'HAVE_FILTERS_BUILTIN' are defined
2020-09-25 17:10:37 +02:00
Autechre
fb175c877c
Merge pull request #11377 from jdgleaver/default-overlay-fix
(Mobile) Fix default overlay assignment
2020-09-25 17:10:13 +02:00
Autechre
eab0098216
Merge pull request #11379 from jdgleaver/keyboard-mapping-fix
Prevent out of bounds array acces when using left/right to remap 'Keyboard' device type inputs
2020-09-25 17:09:50 +02:00
jdgleaver
e8b8d3c71b Prevent out of bounds array acces when using left/right to remap 'Keyboard' device type inputs 2020-09-25 12:40:22 +01:00