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
github-actions
1fd792b13b
Fetch translations from Crowdin
2023-08-24 00:11:11 +00:00
sonninnos
60ba927f15
Menu visibility list correction ( #15642 )
2023-08-23 07:59:15 -07:00
sonninnos
45663afc3f
Add more missing sublabels ( #15639 )
2023-08-22 18:29:45 -07:00
github-actions
4f0c756514
Fetch translations from Crowdin
2023-08-23 00:11:12 +00:00
sonninnos
ab1e5c37ca
Add PAL threshold option for automatic refresh rate switch ( #15636 )
2023-08-22 14:56:15 -07:00
yoshisuga
6b0a5c978e
tvOS: Add target conditionals to fix tvOS build ( #15637 )
...
* Add target conditionals to fix tvOS build
* Use TARGET_OS_IOS for iOS
2023-08-22 14:55:59 -07:00
sonninnos
34b71339de
Configuration 'populate_settings_*' cleanup ( #15635 )
2023-08-22 08:34:29 -07:00
sonninnos
5533f3881f
Prevent directory creation on bogus thumbnail downloads ( #15634 )
2023-08-21 23:07:38 -07:00
sonninnos
785ff20437
Menu value label cleanup ( #15632 )
2023-08-21 23:07:16 -07:00
yoshisuga
cb2cc58f98
iOS: Support a helper bar button to lock the current orientation ( #15633 )
...
* iOS: Support a helper bar button to lock the current orientation
* Moved init of shouldLockCurrentInterfaceOrientation property to iOS specific #if
2023-08-21 23:05:34 -07:00
github-actions
cf9947b7c7
Fetch translations from Crowdin
2023-08-22 00:11:08 +00:00
sonninnos
dec6c0ca31
Remap label fix when no autoconf profile active ( #15631 )
2023-08-21 17:05:04 -07:00
sonninnos
12136ad516
Add 'Save As' option for remaps and overrides ( #15630 )
2023-08-21 16:11:48 -07:00
github-actions
a6435775e4
Fetch translations from Crowdin
2023-08-21 00:10:38 +00:00
sonninnos
b782111025
Move 'systemfiles_in_content_dir' from Saving to Core ( #15629 )
2023-08-20 14:56:41 -07:00
sonninnos
213060a00a
Allow launching built-in cores with '-L' ( #15627 )
2023-08-20 12:39:18 -07:00
zoltanvb
7a475c7195
Remove some temporary buffers ( #15624 )
2023-08-20 10:59:15 -07:00
libretroadmin
10c60cdd4d
Rewrite retro_vfs_file_remove_impl
2023-08-20 05:36:03 +02:00
libretroadmin
d167c4f62e
(PSL1GHT) Buildfix
2023-08-20 04:56:19 +02:00
libretroadmin
a9733ab418
(VFS/libretro-common) Cleanups
2023-08-20 04:29:42 +02:00
libretroadmin
8debf4b88e
(wiiu_joypad.c) Small cleanups
2023-08-20 04:06:48 +02:00
github-actions
2b3bfbe89a
Fetch translations from Crowdin
2023-08-20 00:11:22 +00:00
Jamiras
e3d64ab118
prevent frame step when hitting rewind button while paused in hardcore ( #15622 )
2023-08-19 12:43:15 -07:00
github-actions
a8ed353ce4
Fetch translations from Crowdin
2023-08-19 00:09:29 +00:00
sonninnos
741ff766ea
Change default playlist last played time format ( #15618 )
2023-08-18 15:33:59 -07:00
sonninnos
eb0124d6d7
(WASAPI) More logging cleanups ( #15619 )
2023-08-18 15:33:47 -07:00
sonninnos
c512e02cc0
(Ozone) Mouse hover selection fix ( #15615 )
2023-08-18 12:38:45 -07:00
sonninnos
3246bc6655
Add visibility option for save state notifications ( #15616 )
2023-08-18 12:38:36 -07:00
sonninnos
c708187cd2
Search box usability improvements ( #15617 )
2023-08-18 12:38:29 -07:00
Jamiras
ee7735f82e
still call callback on network error ( #15614 )
2023-08-17 18:29:46 -07:00
github-actions
ede69b4b6b
Fetch translations from Crowdin
2023-08-18 00:11:54 +00:00
sonninnos
e220e8d234
'Updater Settings' relocation ( #15613 )
2023-08-17 15:28:45 -07:00
Ryunam
c5c86fe5e8
Allow all systems to check for backslashes (Windows) as last slash in path. Improves portable core logic ( #15612 )
2023-08-17 14:15:42 -07:00
libretroadmin
24287b1cce
Cleanups/simplifications
2023-08-17 21:58:41 +02:00