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
Stephanie Gawroriski
d44f3e1239
Update CONTRIBUTING.md
2021-08-22 19:24:14 -04:00
Stephanie Gawroriski
1855ce5fc7
Update CONTRIBUTING.md
2021-08-22 19:18:00 -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
Stephanie Gawroriski
5ac7d89e36
Part 1 rework of contributing.
2021-08-21 20:28:12 -04: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
twinaphex
ffb59e5261
(UWP) Turn this back on again - seems to work fine on Xbox
2021-08-20 10:07:29 +02:00
Mark W. Kidd
5f834a8cb3
input_driver refactor
2021-08-19 20:02:39 -04:00
Ryan C. Gordon
9a6faa3ddd
udev_input.c: Look for "ID_INPUT_KEY", not "ID_INPUT_KEYBOARD"
...
This fixes programs using /dev/uinput to create a virtual keyboard failing
to be detected on startup. Usual symptom is some sort of GPIO-based
controller that looks like a keyboard to the OS and can control
EmulationStation, but fails to work in-game unless you restart the program
while the game is running (in which case udev_input.c's hotplug code, which
was using the correct key, would pick it up).
2021-08-19 16:00:57 -04:00
Autechre
0c0de9f0ad
Merge pull request #12828 from jdgleaver/ff-override-runahead-fix
...
Fix RETRO_ENVIRONMENT_SET_FASTFORWARDING_OVERRIDE callback when runahead is enabled
2021-08-19 17:17:13 +02:00
jdgleaver
bbc121cd74
Fix RETRO_ENVIRONMENT_SET_FASTFORWARDING_OVERRIDE callback when runahead is enabled
2021-08-19 14:49:49 +01:00
Autechre
48bb705b03
Update CHANGES.md
2021-08-19 14:28:56 +02:00
twinaphex
78431d0700
(MSVC2017/2019 UWP) Define HAVE_TRANSLATE
2021-08-19 14:25:55 +02:00
Autechre
97144833cb
Merge pull request #12819 from libretro/revert-12703-input-drivers
...
Revert "input refactoring: create input_driver.c"
2021-08-18 18:46:03 +02:00
Autechre
ae327a769b
Revert "input refactoring: create input_driver.c"
2021-08-18 18:45:53 +02:00
Autechre
a66b1b3e48
Merge pull request #12703 from markwkidd/input-drivers
...
input refactoring: create input_driver.c
2021-08-18 18:17:43 +02:00
Autechre
5e879fa201
Merge pull request #12794 from DisasterMo/master
...
Add core options v1 to v2 conversion script
2021-08-18 18:17:26 +02:00