Commit Graph

62996 Commits

Author SHA1 Message Date
libretroadmin e65f273065 (libretro-db) Style/code nits 2023-02-19 04:54:47 +01:00
github-actions 65b0098cc1 Fetch translations from Crowdin 2023-02-19 00:12:51 +00:00
libretroadmin 91b7445bda (libretro-db) Cleanups 2023-02-18 18:13:52 +01:00
libretroadmin 2d48cbaec6 (libretro-db) Cleanups/style nits 2023-02-18 18:04:55 +01:00
reallibretroadmin dc35763677 (Mac) Silence warnings 2023-02-18 17:15:52 +01:00
libretroadmin 6624126885 (MSVC) silence warnings 2023-02-18 17:04:23 +01:00
OsirizX 217656454c
[PSL1GHT] Fix video rotation (#14990) 2023-02-18 10:44:58 +01:00
github-actions 06fd3b778d Fetch translations from Crowdin 2023-02-18 00:12:06 +00:00
sonninnos 8b1881fe83
Restore cached video driver always on quit (#14988) 2023-02-18 01:09:05 +01:00
sonninnos d7f2bd6ce7
Network information cleanup (#14987) 2023-02-17 20:19:58 +01:00
libretroadmin b04a926170 (libretro-db) Further cleanups 2023-02-17 17:49:36 +01:00
libretroadmin 1dcf3b328a (libretro-db) Cleanups 2023-02-17 16:43:00 +01:00
github-actions 7a2c6e9e52 Fetch translations from Crowdin 2023-02-17 00:12:42 +00:00
sonninnos ee2b6997f1
(XMB) Layout corrections (#14986) 2023-02-16 16:08:57 +01:00
github-actions 7f24232b59 Fetch translations from Crowdin 2023-02-16 00:12:01 +00:00
warmenhoven c242586ea7
tvOS improvements (#14983)
The initial popup screen advertising the web server did not prevent
keys from passing through, so interactions with the alert would also
be handled by the menu. The alert would pop up any time there was a
network reconfiguration; now it only pops up once per run. Added a way
to turn off the webserver advertisement alert permanently.

Also fixed a bug around filtering the Siri remote out, and turning
controllers off while the app is running.
2023-02-15 11:59:06 +01:00
github-actions 5e7b48113e Fetch translations from Crowdin 2023-02-15 00:13:00 +00:00
zoltanvb f56cbd847d
LED driver for Linux /sys/class/leds (#14981)
New driver for controlling system LEDs offered via /sys/class/leds.
Currently it handles led0, led1 etc. type of entries, which are
present on e.g. Raspberry Pi's.
2023-02-14 23:00:35 +01:00
warmenhoven c52d3484eb
Fix turning off rumbling (#14979) 2023-02-14 20:37:16 +01:00
sonninnos 54b28f941d
(XMB+Ozone) Thumbnail behavior adjustments (#14980) 2023-02-14 20:35:56 +01:00
warmenhoven c3526132ad
iOS9/iOS11 build fix: Link against CoreHaptics (#14977)
Also address a couple warnings
2023-02-14 05:35:38 +01:00
reallibretroadmin 6fc57765c3 Silence warning 2023-02-14 02:09:04 +01:00
github-actions 23c84d3031 Fetch translations from Crowdin 2023-02-14 00:12:32 +00:00
warmenhoven 1036126c9c
A couple minor OSX Metal/Vulkan performance improvements, maybe (#14976)
I think most of these were already the default so it doesn't help as
much as I was hoping, but I think it does speed up shader compilation
slightly.
2023-02-13 21:51:01 +01:00
warmenhoven 5685b5a9a1
mFI on OSX (#14975)
This adds mFI as a controller driver for OSX, as well as adding rumble
support for mFI controllers. Also add support for the Home button.

Also fixed a couple warnings.
2023-02-13 21:49:35 +01:00
sonninnos df05efe068
User Interface menu reordering (#14974) 2023-02-13 20:34:59 +01:00
sonninnos 7765319417
(RGUI) Fix disabled menu item color (#14973) 2023-02-13 16:41:23 +01:00
sonninnos 1b6a560816
Don't save switched video driver on quit (#14972) 2023-02-13 11:28:53 +01:00
github-actions 0b6a1b530d Fetch translations from Crowdin 2023-02-13 00:12:19 +00:00
gouchi df5f8df7ea
Enable RETRO_ENVIRONMENT_SET_SUPPORT_NO_GAME for libretro-video-processor (#14969) 2023-02-12 18:10:29 +01:00
Hans-Kristian Arntzen 89d2d66e98
[Vulkan] Fix regression with RGB565 and OriginalHistory. (#14968)
Need to let filter chain know that we remapped the format.
Otherwise we end up trying to copy RGBA8888 to RGB565.
2023-02-12 18:10:07 +01:00
github-actions 139f27c8a1 Fetch translations from Crowdin 2023-02-12 00:13:04 +00:00
libretroadmin e8152870f6 (PSP) Buildfix 2023-02-11 09:12:42 +01:00
zoltanvb 1ec036fb91
Music files should also obey builtin_mediaplayer_enable (#14967)
Disabling the built in media player should be possible for music files
as well. Without this, sound files can not be opened from file browser
with cores that support them.
2023-02-11 00:47:03 +01:00
libretroadmin 6461928ed4 Fix KERNEL PRX path 2023-02-11 00:45:03 +01:00
libretroadmin 35860b4d47 Typo fix 2023-02-10 19:23:14 +01:00
libretroadmin 824c1dea8c Fix header include 2023-02-10 19:19:32 +01:00
libretroadmin d5dc405ac1 (GL3) Buildfix for GL_DEBUG 2023-02-10 09:21:35 +01:00
OsirizX 0549223677
(PSL1GHT) Add improvements to the RSX driver (#14965)
* remove var error in psl1ght input

* (psl1ght) add modern_alpha_blend and modern_opaque rsx shaders

* (psl1ght) add perf improvements to the rsx driver

* add rsx gfx for psl1ght

* (psl1ght) set rsx as a compatible video driver

* Do xmb menu scaling for psl1ght

* (psl1ght) update Makefile to use latest shaders and more UI menu options
2023-02-10 08:29:45 +01:00
warmenhoven 9195de67c0
Fix metal driver for osx. This is safe to do everywhere. (#14963) 2023-02-10 06:29:23 +01:00
github-actions b9e1e5d132 Fetch translations from Crowdin 2023-02-10 00:12:43 +00:00
github-actions 35bc011197 Fetch translations from Crowdin 2023-02-09 00:12:25 +00:00
github-actions e1eb0af45a Fetch translations from Crowdin 2023-02-08 00:11:48 +00:00
Francisco Javier Trujillo Mata 3d9c60be7c
Avoid loading extra drivers (#14959) 2023-02-07 22:11:42 +01:00
github-actions 3a540f687c Fetch translations from Crowdin 2023-02-07 00:12:37 +00:00
reallibretroadmin c92213bc9d Silence warning about unused variables 2023-02-06 02:46:00 +01:00
github-actions d2608b7023 Fetch translations from Crowdin 2023-02-06 00:12:11 +00:00
Hans-Kristian Arntzen a77ada403e
[Vulkan] Use compute shaders to upload RGB565. (#14953)
A compatible path that is still fast. No reason to bother checking for
compat here really.
2023-02-05 19:23:48 +01:00
libretroadmin 568ffac8f6 (msg_hash) remove no longer necessary msg_hash files and move them into msg_hash.c 2023-02-05 03:28:48 +01:00
github-actions 5a11249a57 Fetch translations from Crowdin 2023-02-05 00:13:04 +00:00