Bobby Smith
440264778d
Fix incorrect lines in .cht files for 'cheat10' and above ( #14436 )
2022-09-25 17:15:07 +02:00
GABO1423
403eaef516
(UWP) Remove expandedResources ( #14438 )
2022-09-25 17:14:52 +02:00
github-actions
08ccc59e3c
Fetch translations from Crowdin
2022-09-23 00:15:49 +00:00
Bobby Smith
cd93bdc058
Fix "Windowed Scale" dropdown menu ( #14433 )
2022-09-22 12:58:56 +02:00
github-actions
0973e8d4b0
Fetch translations from Crowdin
2022-09-22 00:15:00 +00:00
github-actions
ab57d3cab7
Fetch translations from Crowdin
2022-09-20 00:18:11 +00:00
23rd
171a79e879
Fixed sending of report id to HID device on macOS. ( #14430 )
2022-09-19 18:01:27 +02:00
github-actions
568d788d54
Fetch translations from Crowdin
2022-09-19 00:13:32 +00:00
Filipe Azevedo
c10a4d632f
Fix label sanitization ( #14428 )
...
This simplify and trim whitespaces left.
ie, starting, trailing and multiple consecutive whitespaces are now
removed.
2022-09-18 19:25:21 +02:00
github-actions
e8f4425eed
Fetch translations from Crowdin
2022-09-18 00:14:04 +00:00
yesfish
c1309a34c2
Fix video_layout fbo ( #14418 )
2022-09-18 01:16:05 +02:00
sonninnos
b014a9ef98
Move PLAYLIST_SHOW_HISTORY_ICONS upwards ( #14427 )
2022-09-18 01:15:33 +02:00
Cthulhu-throwaway
9346a15864
(Netplay) Move some timed features from frame count to a timer ( #14419 )
2022-09-18 01:15:19 +02:00
MrHuu
dbba69a2d1
(Network) Check connect errno for successful connection ( #14420 )
2022-09-18 01:15:09 +02:00
github-actions
83ce6f42d9
Fetch translations from Crowdin
2022-09-16 00:15:20 +00:00
sonninnos
8842603165
Online Updater menu reorganizing ( #14414 )
2022-09-15 09:24:35 +02:00
github-actions
262d9720fe
Fetch translations from Crowdin
2022-09-15 00:13:48 +00:00
Jamiras
ec333e261f
Update wording for hardcore ( #14413 )
2022-09-14 02:42:35 +02:00
github-actions
c16a50f1dd
Fetch translations from Crowdin
2022-09-14 00:14:28 +00:00
LibretroAdmin
be044c09dd
Disable Feral GameMode for Android - only available on Linux
2022-09-13 19:29:45 +02:00
LibretroAdmin
ce8389d4a6
(menu_setting.c) Remove code duplicated functions
2022-09-13 11:06:37 +02:00
LibretroAdmin
b32b1f277b
Disable HAVE_IFINFO for MSVC 2003/2005 builds
2022-09-13 10:53:15 +02:00
LibretroAdmin
045fd38f19
Reduce tertiary operators
2022-09-13 10:28:03 +02:00
LibretroAdmin
c1709f2218
(gfx_widget_load_content_animation) Get rid of strlen
2022-09-13 09:14:43 +02:00
LibretroAdmin
c5d70d49e5
(gfx_widgets_progress_message) Cut down on another strlen
2022-09-13 03:58:54 +02:00
LibretroAdmin
5e8987839e
(gfx_widgets) Cut down on strlens
2022-09-13 03:57:05 +02:00
github-actions
663b5eed9d
Fetch translations from Crowdin
2022-09-13 00:13:53 +00:00
tr12345
8cc866b051
New Menu Items for disabling Info & Search buttons in the menu ( #14259 )
...
* New Menu Items Disable Info & Search
Add menu options for disabling Info and Search buttons
* Update msg_hash_us.h
Update Sublabels
* Update menu_setting.c
Set Advanced flag for new settings
2022-09-12 23:17:24 +02:00
LibretroAdmin
36d60f6bf4
(Ozone/MaterialUI/RGUI/XMB) Get rid of some tertiary operators - was basically reassigning the same
...
value
2022-09-12 22:20:03 +02:00
MrHuu
911308327d
(3DS) Set default bottom font values ( #14404 )
2022-09-12 01:44:02 +02:00
LibretroAdmin
75757d7d02
Remove unused DXGI inline functions
2022-09-11 23:15:25 +02:00
LibretroAdmin
da094eeb2f
Remove unused XMB_DEBUG
2022-09-11 19:53:44 +02:00
gblues
cdd39a6364
MacOS: Fix Sixaxis (DS3) support ( #14402 )
...
* MacOS: Fix sixaxis on MacOS 12.x
== DETAILS
Mac OS 12.x "Monterey" dropped some built-in support for the
Sixaxis controller--exactly what changed is unclear, but other
projects reported similar issues with the OS.
This commit ports the work done on SDL, which is basically to
read two feature reports after writing out the activation report.
I think we did this at one point in the past, but it got lost
among HID driver rewrites.
I've tested this locally and it resolves the issue; after connecting
the sixaxis and pressing the Playstation button, the pad is registered
and works successfully.
I have not tested this on other platforms.
* Gracefully handle incomplete HID implementations
== DETAILS
Not all HID drivers implement all HID methods; since this controller
has a magic sequence that requires the ability to set and get HID
reports, we need to make sure we don't crash if we're running on
an incomplete implementation.
- Add a null check for the driver methods and log useful info if checks
fail
- Fix minor formatting
2022-09-11 09:40:38 +02:00
MrHuu
422d2fcf12
(3DS) Fix CIA installation issues ( #14399 )
...
- Fixes CIA installation failing
- Add CIA installation progress stats
2022-09-11 02:57:31 +02:00
LibretroAdmin
14f4f35445
Exclude unused HAVE_HID for Miyoo and RetroFW
2022-09-10 00:01:20 +02:00
LibretroAdmin
2dec44188b
(connect_ps3.c) Buildfixg
2022-09-09 23:58:00 +02:00
LibretroAdmin
2bdb5d488b
(connect/ps3) Remove unused variable, style nits
2022-09-09 21:26:47 +02:00
LibretroAdmin
f5fc1fb24e
Fix build
2022-09-09 19:26:21 +02:00
LibretroAdmin
4cd63c20f4
(input/connect) Use calloc for setting DualShock3 struct
2022-09-09 19:22:29 +02:00
github-actions
a665498775
Fetch translations from Crowdin
2022-09-09 00:15:05 +00:00
github-actions
ad9836a5f8
Fetch translations from Crowdin
2022-09-08 00:15:22 +00:00
github-actions
959d077649
Fetch translations from Crowdin
2022-09-07 00:12:34 +00:00
sonninnos
4806105a2c
Logging cleanups ( #14393 )
2022-09-06 18:48:58 +02:00
LibretroAdmin
bafbbc8a1a
Don't bake in OpenAL and libcaca by default unless explicitly enabled
...
with configure switch.
Reasons:
* Libcaca video driver support seems half baked, can't even render RGUI
right now on Windows. Not worth the troubleshooting for regular users or
the DLL linkage (which adds to filesize) until further developed
* Better native audio driver alternatives exist for OpenAL on both Windows and Linux
2022-09-06 17:40:36 +02:00
Jamiras
906d885b8e
allow creating auto savestate in hardcore ( #14392 )
2022-09-06 05:04:54 +02:00
Jamiras
3601610b6f
prevent invalid memory reference if game has achievements but core doesn't expose memory ( #14391 )
2022-09-06 05:04:29 +02:00
github-actions
84f599503d
Fetch translations from Crowdin
2022-09-06 00:19:38 +00:00
LibretroAdmin
98ee07eaa0
(MaterialUI) Silence warning
2022-09-06 01:57:08 +02:00
Jamiras
43f5812a18
show achievement badge icons in glui driver ( #14390 )
2022-09-06 01:53:22 +02:00
Bobby Smith
82cac0f9ba
Fix Redump bin/cue scan for some DC games + add RVZ/WIA scan support for GC/Wii ( #14380 )
2022-09-06 01:52:01 +02:00