Commit graph

62996 commits

Author SHA1 Message Date
Rob Loach a49c03d1ce
libretro-common: Fix redefinition warnings of _POSIX_C_SOURCE
Small change to fix redefinition of `_POSIX_C_SOURCE`.
2023-09-28 19:01:17 -04:00
sonninnos 6c2cc45628
Prevent proceeding to next bind when single binding (#15746) 2023-09-28 06:57:20 -07:00
github-actions 5e09d2f3a5 Fetch translations from Crowdin 2023-09-28 00:11:11 +00:00
Rob Loach 0d6577ad07
Update Use Filename setting description (#15741)
The menu item for matching the thumbnails with filenames was just "Use Filename", which isn't that descriptive. This change tweaks it a bit so that the option is a bit more clear.

So happy to have this feature in place.
2023-09-27 05:52:57 -07:00
sonninnos 05ce35b103
Don't process menu events while input is being flushed (#15742) 2023-09-27 05:52:30 -07:00
github-actions 9a57ec29d5 Fetch translations from Crowdin 2023-09-27 00:11:08 +00:00
bulzipke 32ed9b6041
플레이리스트 롬파일 이름으로 썸네일 이미지를 찾도록 옵션 추가 (#15731) 2023-09-26 05:31:59 -07:00
sonninnos ea86be0a2b
Fix menu analog stick navigation (#15740) 2023-09-26 05:30:15 -07:00
github-actions 5dfae519ce Fetch translations from Crowdin 2023-09-26 00:11:01 +00:00
github-actions 9d67cc92c8 Fetch translations from Crowdin 2023-09-25 00:11:34 +00:00
github-actions 712b9350a5 Fetch translations from Crowdin 2023-09-23 00:10:31 +00:00
LibretroAdmin a2b8504363
Update default.txt 2023-09-22 13:37:26 -07:00
github-actions 041ae30103 Fetch translations from Crowdin 2023-09-21 00:11:17 +00:00
Eric Warmenhoven ef12e43522
Fix reading past the end of an allocated buffer. (#15713)
title_length is originally calculated to be the msg length, but later
if the task has a title then that is used instead, but the length is
not updated. If msg is longer than title, we read past the end of the
buffer.
2023-09-20 10:50:35 -07:00
Bernhard Schelling f33f5e2b87
UWP: Handle key presses while ALT is held down (#15680)
Also release held keys when unfousing the window (properly handle ALT+Tab on desktop)
UWP input event code cleanup
2023-09-19 06:09:58 -07:00
Giovanni Cascione c3a18e0469
Fix string_options_entries size for drivers settings list (#15710) 2023-09-18 16:53:41 -07:00
LibretroAdmin db2dc7a7de
Update CHANGES.md 2023-09-17 22:06:05 -07:00
LibretroAdmin a680bf2fa4
Update CHANGES.md 2023-09-17 21:59:48 -07:00
github-actions 90521927ba Fetch translations from Crowdin 2023-09-17 00:12:13 +00:00
sonninnos c5b2ed1382
More runloop menu state checking (#15700) 2023-09-15 17:20:27 -07:00
Giovanni Cascione c5b18b189a
Fix use of sizeof with const char pointers (#15705) 2023-09-15 17:19:42 -07:00
github-actions cbcb5df52a Fetch translations from Crowdin 2023-09-16 00:10:05 +00:00
github-actions 903f540c05 Fetch translations from Crowdin 2023-09-15 00:11:04 +00:00
Eric Warmenhoven 6e453b5ba0
Avoid crash if ozone sidebar_index_size is 0 (#15693) 2023-09-14 09:11:07 -07:00
Eric Warmenhoven c5f6175f12
Avoid a crash if there is no backed up config file on tvOS (#15694) 2023-09-14 09:11:00 -07:00
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