Autechre
4e188c0f26
Merge pull request #12830 from icculus/udev_keyboard_detect_fix
...
udev_input.c: Look for "ID_INPUT_KEY", not "ID_INPUT_KEYBOARD"
2021-08-24 18:42:38 +02:00
Autechre
376f06c993
Merge pull request #12841 from libretro/resampler-neon
...
(sinc) Add non-ASM ARM NEON intrinsics codepath for Sinc resampler
2021-08-24 17:52:34 +02:00
Autechre
1bd188c5a7
Merge pull request #12867 from jdgleaver/shader-parameter-check-fix
...
Highlight currently selected value in Shader Parameter drop-down lists
2021-08-24 16:49:51 +02:00
Autechre
d3813dddb1
Merge pull request #12868 from sonninnos/winraw-overlay-fix
...
(WINRAW) Fix crash when overlay is enabled
2021-08-24 16:49:30 +02:00
sonninnos
957b71cfdc
(WINRAW) Fix crash when overlay is enabled
2021-08-24 17:03:28 +03:00
jdgleaver
d35200aa56
Highlight currently selected value in Shader Parameter drop-down lists
2021-08-24 14:45:57 +01:00
Autechre
919954c5be
Merge pull request #12864 from sonninnos/rate-set-prefix
...
Print video-prefix in refresh rate set to log only
2021-08-24 11:28:24 +02:00
Autechre
cc7247aecf
Merge pull request #12855 from jdgleaver/core-info-cache-path
...
Remove core path from core info cache
2021-08-24 11:27:31 +02:00
Autechre
024dbb5008
Merge pull request #12862 from sonninnos/video-sublabels
...
Add missing sublabels for video options
2021-08-24 11:26:40 +02:00
Autechre
41afbc30ef
Merge pull request #12859 from jdgleaver/refresh-rate-entry
...
Allow 'Vertical Refresh Rate' to be entered manually via keyboard
2021-08-24 11:26:24 +02:00
sonninnos
8d513f8199
Print video-prefix in refresh rate set to log only
2021-08-23 18:32:10 +03:00
Autechre
b2c87baa87
Merge pull request #12861 from jdgleaver/audio-menu-fix
...
Fix segfault when accessing 'Audio' menu on platforms without mixer support
2021-08-23 16:44:47 +02:00
sonninnos
71ca56e0fb
Add missing sublabels for video options
2021-08-23 17:44:02 +03:00
jdgleaver
f505d625a3
Fix segfault when accessing 'Audio' menu on platforms without mixer support
2021-08-23 15:37:29 +01:00
jdgleaver
6855b7f2b1
Allow 'Vertical Refresh Rate' to be entered manually via keyboard
2021-08-23 13:55:19 +01:00
Autechre
1ad0251da9
Merge pull request #12856 from jdgleaver/gfx-display-unused-vars
...
(gfx_display.c) Remove unused variables
2021-08-23 14:06:57 +02:00
Autechre
e5d6d411be
Merge pull request #12857 from jdgleaver/qt-video-settings-fix
...
(Qt) Fix segfault when accessing Video Options menu on non-Windows platforms
2021-08-23 13:56:33 +02:00
jdgleaver
b0c5362da6
(Qt) Fix segfault when accessing Video Options menu on non-Windows platforms
2021-08-23 12:40:46 +01:00
jdgleaver
67bc91c1d0
(gfx_display.c) Remove unused variables
2021-08-23 12:11:00 +01:00
jdgleaver
f0a510c8a6
Remove core path from core info cache
2021-08-23 11:47:08 +01:00
Autechre
f2d574fd87
Merge pull request #12853 from nbarkhina/master
...
Fixed web player bug with filesystem and runtime
2021-08-23 11:00:10 +02:00
Neil Barkhina
8590e0e3fe
Fixed web player bug with filesystem and runtime
2021-08-22 20:08:05 -04:00
Autechre
fa5ec2d4b1
Update CHANGES.md
v1.9.8
2021-08-22 18:18:55 +02:00
twinaphex
bea512b70b
Get rid of gfx_display_draw_texture - use gfx_display_draw_quad instead
2021-08-22 17:57:21 +02:00
twinaphex
54ae219302
Fix gfx_display_draw_texture - fixes D3D11/D3D12/D3D10 OSK issues
2021-08-22 17:17:09 +02:00
Autechre
755789f825
Merge pull request #12845 from sonninnos/winraw-analog-keybinds
...
(WINRAW) Add missing analog keybinds
2021-08-22 01:02:02 +02:00
Autechre
5f3cb1fae2
Merge pull request #12846 from sonninnos/sdl2-keycodes
...
(WINSDL2) Fix keyboard event keycodes
2021-08-22 01:01:40 +02:00
Autechre
9bd6051581
Merge pull request #12847 from Jamiras/cheevos_http_neg1
...
(cheevos) automatically retry 'http error code -1'
2021-08-22 01:01:15 +02:00
Jamiras
df5a2c5160
automatically retry 'http error code -1'
2021-08-21 13:54:39 -06:00
sonninnos
2482a6f42a
(WINSDL2) Fix keycodes
2021-08-21 22:27:08 +03:00
sonninnos
26d6c8243a
(WINRAW) Add missing analog keybinds
2021-08-21 22:01:12 +03:00
twinaphex
4fae4ead73
Add workaround for MSVC
2021-08-21 20:05:44 +02:00
twinaphex
0f3ae9b03d
Try lroundf instead
2021-08-21 19:54:39 +02:00
Autechre
5a65773b81
Merge pull request #12842 from sonninnos/playlist-manage
...
Relocate 'Manage Playlists' to top
2021-08-21 19:25:58 +02:00
sonninnos
559a173e8b
Relocate 'Manage Playlists' to top
2021-08-21 20:18:12 +03:00
twinaphex
9a97eb47ad
Fix typos
2021-08-21 19:11:21 +02:00
Autechre
ac539f6316
Merge pull request #12840 from sonninnos/video-rate-59hz
...
Fix refresh rate 59Hz rounding
2021-08-21 18:54:43 +02:00
twinaphex
ca26e50050
(sinc) Add non-ASM ARM NEON intrinsics codepath for Sinc resampler
2021-08-21 18:52:20 +02:00
twinaphex
b620325714
Rename HAVE_ARM_NEON_OPTIMIZATIOn to HAVE_ARM_NEON_ASM_OPTIMIZATIONS,
...
rename DONT_WANT_ARM_OPTIMIZATIONS to DONT_WANT_ARM_NEON_OPTIMIZATIONS
2021-08-21 18:00:59 +02:00
sonninnos
1e4557c09a
Fix refresh rate 59Hz rounding
2021-08-21 18:20:15 +03:00
Autechre
11d5d3170d
Merge pull request #12833 from IlDucci/translationsupdatewithscript0
...
Fetch translations from Crowdin 20-Aug-2021
2021-08-21 14:35:57 +02:00
Autechre
21d3c13ed3
Merge pull request #12837 from sonninnos/ozone-check
...
(Ozone) Ensure the existence of values used in selection calculation
2021-08-21 14:33:14 +02:00
Autechre
393343c03c
Merge pull request #12839 from sonninnos/refresh-rate-notifications
...
Fix double notifications with refresh rate settings
2021-08-21 14:32:55 +02:00
sonninnos
4f57b6f6fa
Fix double notifications with refresh rate settings
2021-08-21 15:09:19 +03:00
sonninnos
7a6434ecb2
(Ozone) Ensure the existence of values used in selection calculation
2021-08-21 13:10:59 +03:00
Autechre
b02ef55a92
Merge pull request #12836 from libretro/displayserver-refactors
...
Simplify win32_get_metrics
2021-08-21 03:07:42 +02:00
twinaphex
462137305b
Simplify win32_get_metrics
2021-08-21 02:24:32 +02:00
twinaphex
eb50d7dbb4
(UWP) Push temporary fixes for issue that happens when resizing on UWP
...
with latest Xbox Series dashboard; DXGIResizeBuffers passing 0, 0 as
width/height is apparently problematic as it changes 0, 0 to 8,8
instead,
breaking the program
2021-08-20 23:16:01 +02:00
twinaphex
77a17b213d
Fullscreen resolution width/height settings no longer require
...
'advanced settings'
2021-08-20 15:18:03 +02:00
IlDucci
ddd75d3bb9
Fetch translations from Crowdin 20-Aug-2021
2021-08-20 11:17:16 +02:00