Eric Warmenhoven
a8a33cf3c4
Fix accidental left/right keypresses on tvOS ( #15696 )
2023-09-14 09:10:49 -07:00
sonninnos
b2790ca79c
Prevent stale menu state in runloop check ( #15698 )
2023-09-14 09:09:45 -07:00
github-actions
72841d6637
Fetch translations from Crowdin
2023-09-13 00:10:51 +00:00
sonninnos
cf2ee94c9f
Correction for not showing mouse cursor with overlay ( #15687 )
2023-09-11 17:28:33 -07:00
github-actions
ba1833de07
Fetch translations from Crowdin
2023-09-12 00:10:53 +00:00
github-actions
a43494e9bb
Fetch translations from Crowdin
2023-09-11 00:11:33 +00:00
github-actions
433989259e
Fetch translations from Crowdin
2023-09-10 00:11:39 +00:00
sonninnos
ca7231f47c
(Ozone) Prevent metadata and footer overlap ( #15677 )
2023-09-07 13:41:05 -07:00
github-actions
f565879d5b
Fetch translations from Crowdin
2023-09-07 00:11:04 +00:00
libretroadmin
3718fed79d
Buildfix
2023-09-06 03:16:47 +02:00
sonninnos
0eeb9f918e
Fraction setting wraparound rounding correction ( #15676 )
2023-09-05 18:14:04 -07:00
libretroadmin
bef29c466b
Remove unneeded video_driver_set_gpu_device_string/get_gpu_device_string
2023-09-06 03:08:48 +02:00
libretroadmin
89376e3c41
Do away with one temp buffer
2023-09-06 02:50:56 +02:00
libretroadmin
050996ab0f
Rewrite some strlcats
2023-09-06 02:37:24 +02:00
github-actions
b1b8f23169
Fetch translations from Crowdin
2023-09-06 00:11:02 +00:00
sonninnos
edd1b646e6
Show MIDI output first ( #15675 )
2023-09-05 11:53:55 -07:00
sonninnos
878ed7583c
Audio synchronization menu cleanup ( #15674 )
2023-09-05 07:56:47 -07:00
libretroadmin
553e30495b
Remove unused variables
2023-09-05 14:55:39 +02:00
sonninnos
7661bde711
Count audio samples in stats when rate control is disabled ( #15669 )
2023-09-05 05:35:57 -07:00
github-actions
5b2ed5c9ee
Fetch translations from Crowdin
2023-09-04 00:11:01 +00:00
sonninnos
8a510451f2
(Ozone) Sublabel scope test ( #15670 )
2023-09-03 15:20:45 -07:00
sonninnos
4d0110b278
Use refresh rate instead of core fps for frameskip timing ( #15666 )
2023-09-03 09:53:00 -07:00
Colin Kinloch
320ba73f90
Wayland: Get system wayland-protocols path via pkg-config ( #15668 )
2023-09-03 09:48:11 -07:00
libretroadmin
88437ca5a6
Rewrite input_state_get_last somewhat
2023-09-03 17:41:41 +02:00
libretroadmin
dd3ceb40e9
Style nits
2023-09-03 17:37:00 +02:00
github-actions
d1ea3b5d9c
Fetch translations from Crowdin
2023-09-03 00:11:23 +00:00
libretroadmin
bc91eb6ceb
Cut down on some strlens for xdk
2023-09-03 00:04:25 +02:00
libretroadmin
c2b81881ae
Cleanups
2023-09-02 16:42:49 +02:00
sonninnos
b89a750d43
(Ozone) Revert minimum font size enforcements ( #15663 )
2023-09-02 05:36:51 -07:00
github-actions
2e720fd9c1
Fetch translations from Crowdin
2023-09-02 00:10:19 +00:00
sonninnos
ea1bdade61
Allow more keyboard actions with menu osk ( #15662 )
2023-09-01 15:48:55 -07:00
sonninnos
078df8ba39
(Ozone) Sublabel width tweak ( #15657 )
2023-09-01 02:25:33 -07:00
github-actions
7f49094635
Fetch translations from Crowdin
2023-09-01 00:11:43 +00:00
Rob Loach
3d484ec60e
(Language) Fix comments
2023-08-31 15:10:59 -04:00
Rob Loach
a45ca11b10
(Language) Fix language detection in Canada to English
...
Canada's default language is often picked up as `en_CA.UTF-8`, which inadvertently gets discovered as `ca`, or Catalan. This means that if you're in Canada, you would end up getting Catalan as your default language.
Adding `en_CA` to the language list as British English fixes the language detection for Canadians. This must be indexed above Catalan's `ca` so that it uses English instead of Catalan.
2023-08-31 15:06:06 -04:00
github-actions
77ca6f7566
Fetch translations from Crowdin
2023-08-31 00:10:51 +00:00
libretroadmin
b5887d9857
change bsv_key_data back in case struct layout matters
2023-08-30 18:20:58 +02:00
libretroadmin
712b821f78
Reorder
2023-08-30 11:11:04 +02:00
libretroadmin
c82401dcb4
input_device_info - slim down - we don't need config_path and some of
...
the char arrays can be much smaller
2023-08-30 08:34:21 +02:00
libretroadmin
94accbb6ef
Nits
2023-08-30 06:36:38 +02:00
github-actions
688f76f81d
Fetch translations from Crowdin
2023-08-30 00:10:57 +00:00
yoshisuga
437ed733f5
Fixed compiler flag check for swift ( #15654 )
2023-08-29 03:30:52 -07:00
GABO1423
f654d1bf30
(UWP/Menu) Small Tweaks ( #15653 )
2023-08-28 20:53:35 -07:00
greenchili2
bb581e6cbe
Fix modifier keys ( shift, ctrl, alt ) as well as F10 not being detected on the UWP platform. ( #15651 )
...
* Update uwp_main.cpp
Fix modifier keys ( shift, ctrl, alt ) as well as F10 not being detected on the UWP platform.
* Update uwp_main.h
Fix modifier keys ( shift, ctrl, alt ) as well as F10 not being detected on the UWP platform.
2023-08-28 19:28:39 -07:00
sonninnos
600beba18b
Check menu toggle before menu event ( #15646 )
2023-08-27 15:48:47 -07:00
GABO1423
01662ec228
(UWP) Small Tweaks ( #15647 )
2023-08-27 15:48:39 -07:00
github-actions
89a67e588b
Fetch translations from Crowdin
2023-08-27 00:11:53 +00:00
github-actions
83ae1876b2
Fetch translations from Crowdin
2023-08-26 00:09:37 +00:00
sonninnos
2623f8d085
(XMB+Ozone) Animation corrections ( #15645 )
2023-08-25 13:02:19 -07:00
github-actions
2bb955fe19
Fetch translations from Crowdin
2023-08-25 00:11:19 +00:00