64130 Commits

Author SHA1 Message Date
github-actions
c87a88f456 Fetch translations from Crowdin 2024-09-07 00:28:28 +00:00
Francisco Javier Trujillo Mata
fe4a15b15c
Fix pthread support (#16970)
* enabled pthread usage

* unload modules before loading back
2024-09-06 15:45:15 -07:00
Eric Warmenhoven
e34b57fd97
iOS: Add @available tags to enable compilation back to iOS 12 (#16969) 2024-09-06 14:57:36 -07:00
zoltanvb
17fefa7891
Invoke menu icon thumbnail loading only if needed. (#16966) 2024-09-06 11:33:06 -07:00
github-actions
5e14f7b914 Fetch translations from Crowdin 2024-09-06 00:13:57 +00:00
libretroadmin
22f4441cdd C89 buildfix 2024-09-05 17:44:05 +02:00
libretroadmin
0f7a665439 Resync libretro-common 2024-09-05 11:49:08 +02:00
libretroadmin
4b86886d30 (libretro-common) stdstring - get rid of these pointless functions 2024-09-05 11:44:57 +02:00
libretroadmin
8491aaf659 Shave off some bool variables from structs that are allocated a
lot on heap
2024-09-05 11:35:15 +02:00
libretroadmin
5fbb19ea85 Optimize some flag setting 2024-09-05 11:13:57 +02:00
libretroadmin
91516cdd49 (Menu input) Use flags 2024-09-05 10:58:29 +02:00
libretroadmin
99a763c4e8 Global - turn bools into flag 2024-09-05 10:05:57 +02:00
libretroadmin
070e018c6c (Playlist) Use flags 2024-09-05 09:50:11 +02:00
libretroadmin
239ea7ef0e (Ozone) Move some more bools into flags 2024-09-05 08:58:24 +02:00
libretroadmin
77eb564abc (menu_setting) turn default_value into flag 2024-09-05 08:35:58 +02:00
Antonio Orefice
139f461d06
Check for shader parameter step set to 0.0 and handle it outside the otherwise neverending loop; should fix #16958 (#16962) 2024-09-04 22:53:24 -07:00
Eric Warmenhoven
43e5492002
apple: to use the microphone apple requires we ask, and be entitled (#16964) 2024-09-04 22:53:06 -07:00
Eric Warmenhoven
60ee32b879
apple: display server, including ProMotion support (#16963) 2024-09-04 22:52:59 -07:00
github-actions
0c6a93311c Fetch translations from Crowdin 2024-09-05 00:13:49 +00:00
sonninnos
5ed4a3c291
Input reserved device menu item cleanup (#16946) 2024-09-04 04:01:33 -07:00
zoltanvb
98c79b3f14
Add savestate wraparound. (#16947)
When save state auto indexing is enabled, and maximum kept states
are limited, wrap around after reaching the configured maximum.

A gap in the indexing is used to keep track of most recent state.
If e.g. maximum kept amount is 5, then indexes 0..5 will be used,
if 3 is empty, most recent state is 2.
2024-09-03 22:01:41 -07:00
ItzSelenux
cbfe2a7279
Add Selenium theme for Ozone (#16960) 2024-09-03 22:00:14 -07:00
Eric Warmenhoven
156b9f3487
iOS: Use BaseConfig xcconfig file, shared with macOS (#16955) 2024-09-03 19:02:08 -07:00
Eric Warmenhoven
95d53183f5
apple: switch from MTKView to CAMetalLayer for vulkan (#16959) 2024-09-03 19:02:00 -07:00
github-actions
a32c43cc3a Fetch translations from Crowdin 2024-09-04 00:13:40 +00:00
github-actions
329b16d267 Fetch translations from Crowdin 2024-09-03 00:13:17 +00:00
Eric Warmenhoven
76026398ad
Update Vulkan headers to v1.1.130 (#16952) 2024-09-02 08:39:44 -07:00
zoltanvb
585e70ec6d
Updates up to 2024-08-31 (#16948) 2024-09-01 20:15:04 -07:00
github-actions
7e70851d38 Fetch translations from Crowdin 2024-09-02 00:14:07 +00:00
github-actions
3c93054f5b Fetch translations from Crowdin 2024-09-01 00:16:16 +00:00
michael-leroy
73b456e307
Fixes mouse cursor bug that prevents mouse movement when the left/right mouse button is held down. (#16942) 2024-08-31 04:54:20 -07:00
Eric Warmenhoven
b3af19f65f
tvOS: Minor fixes to run correctly on tvOS 13 (#16944) 2024-08-31 04:54:11 -07:00
github-actions
810fe4545f Fetch translations from Crowdin 2024-08-31 00:13:44 +00:00
github-actions
3d272d4714 Fetch translations from Crowdin 2024-08-30 00:14:00 +00:00
sonninnos
3f8dc5c49d
Remove 'Frame Rest' (#16936) 2024-08-29 03:35:09 -07:00
github-actions
fe870bc2e0 Fetch translations from Crowdin 2024-08-29 00:13:48 +00:00
github-actions
80a263eb4c Fetch translations from Crowdin 2024-08-28 00:13:32 +00:00
Ethan Lee
b74932a05a
vulkan: VK_SUBOPTIMAL_KHR can be treated as success, not failure (#16930)
Fixes #16917
2024-08-27 10:23:10 -07:00
Eric Warmenhoven
4503b3989f
iOS: Better mouse grab (#16933) 2024-08-27 01:53:18 -07:00
sonninnos
391b46c3be
Automatic Frame Delay refactor (#16929) 2024-08-27 01:53:10 -07:00
github-actions
a3f13b2268 Fetch translations from Crowdin 2024-08-25 00:14:13 +00:00
Jamiras
55057d7d5f
show rcheevos game image in discord rich presence (#16924) 2024-08-24 16:02:20 -07:00
Eric Warmenhoven
6cf338d91a
iOS/tvOS: Speed up app store builds by downloading cores in parallel (#16919) 2024-08-24 02:34:15 -07:00
Joe Osborn
439c672c22
Support viewport bias with integer overscale and custom aspect ratios (#16915)
* support integer overscale with bias and xy offsets

* support custom aspect ratios with viewport bias
2024-08-22 12:40:40 -07:00
Eric Warmenhoven
800be5530f
iOS: Better handling of physical mice/magic keyboard trackpad (#16911) 2024-08-22 12:11:16 -07:00
github-actions
47397f07a1 Fetch translations from Crowdin 2024-08-22 00:13:17 +00:00
Aleksander Mazur
35082c9538
Add simple WAV recording driver (audio only) (#16900)
Records unprocessed sound to a RIFF/WAVE (.wav) file,
up to 4 GB, no deps, no threads.
2024-08-21 12:57:45 -07:00
Jesse Talavera
518d719f38
Fix a build error on iOS (#16903)
- Includes certain newly-required headers
- Makes the use of the `IOS` macro consistent with other platform checks
2024-08-21 12:57:02 -07:00
github-actions
fa0e6cc3ff Fetch translations from Crowdin 2024-08-21 00:13:05 +00:00
zoltanvb
57c17d559f
Use CLI shader path for shader dir init if present (#16196)
If shader is given on command line, use it for directory init.
Fixes #16181, shader cycle should now work using the dir of the
shader passed to CLI.
2024-08-19 09:55:20 -07:00