LibretroAdmin
fc48ecaa1d
Local 'len' variables need to prefixed with '_', inner-loop len
...
variables need to be prefixed with '__'
2025-01-07 02:57:24 +01:00
LibretroAdmin
e40f405b97
Play it on the safe side - go back to some of the code
...
from before
2025-01-07 02:47:37 +01:00
LibretroAdmin
a98ab483cb
Restore archive_file_7z.c
2025-01-07 02:22:57 +01:00
Eric Warmenhoven
69e8be6dc1
iOS: ensure webserver notice can be dismissed ( #17356 )
2025-01-07 02:03:00 +01:00
hizzlekizzle
8a3f25311b
partial revert of c09fd38 ( #17363 )
...
which was causing softpatching to break on games with periods/dots in the filename. This restores the previous patch-matching behavior
2025-01-07 01:58:53 +01:00
github-actions
3ba7d88cea
Fetch translations from Crowdin
2025-01-07 00:14:59 +00:00
Tatsuya79
43a2e1003e
allow exact sync with shader subframes ( #17355 )
...
* allow exact sync with shader subframes
* Update menu_setting.c
2025-01-06 21:36:57 +01:00
zoltanvb
5399faaa9d
Fix savestate auto-index detection ( #17351 )
2025-01-06 11:45:00 +01:00
github-actions
9c6e772497
Fetch translations from Crowdin
2025-01-06 00:15:51 +00:00
zoltanvb
ab3b175848
Restore missed absolute mouse conversion. ( #17343 )
v1.20.0
2025-01-05 03:50:47 +01:00
sonninnos
0913263817
Integer Scale Axis sublabel correction ( #17345 )
2025-01-05 03:50:32 +01:00
Viačasłaŭ
f7159c4380
Fix Qt5 build ( #17346 )
2025-01-05 03:50:22 +01:00
github-actions
51c1482062
Fetch translations from Crowdin
2025-01-05 00:16:02 +00:00
neil4
6412f4feef
Overlay: Add Analog Recentering Zone ( #17339 )
2025-01-04 03:19:02 +01:00
neil4
2ffe9fe15c
Overlay lightgun fixes ( #17340 )
...
- Fix the "Allow Off-Screen" setting not working since #17308
- Prevent offscreen shot from disabling the lightgun with some cores
- Fullscreen pointer coordinates no longer needed
2025-01-04 03:18:38 +01:00
github-actions
54c37cf16d
Fetch translations from Crowdin
2025-01-04 00:16:33 +00:00
github-actions
ee191f3064
Fetch translations from Crowdin
2025-01-03 00:14:50 +00:00
zoltanvb
b6be01355a
Add more help text for custom options in general. ( #17336 )
2025-01-02 22:21:54 +01:00
zoltanvb
864ad02177
Quickfix: asset size has exceeded 4x30 MB, so now there are 5 chunks. ( #17334 )
2025-01-02 19:31:35 +01:00
Eric Warmenhoven
53d9452439
Change config_get_path/array return back to bool ( #17333 )
2025-01-02 14:35:33 +01:00
Viačasłaŭ
0dcf196ee3
(Qt) Fix setting value size ( #17332 )
2025-01-02 12:58:30 +01:00
Eric Warmenhoven
7161069cfc
overlay: reinitializing was causing the wrong overlay to show ( #17331 )
2025-01-02 07:24:57 +01:00
Eric Warmenhoven
9dd6e85d2f
fix writing before string when substring is not found ( #17330 )
2025-01-02 06:17:00 +01:00
sonninnos
50c943ac96
Audio stream state msg cleanup ( #17328 )
2025-01-02 01:49:54 +01:00
Eric Warmenhoven
01951a5a5a
Fix passing wrong length of message ( #17329 )
2025-01-02 01:49:25 +01:00
zoltanvb
401e169865
Pointer sanitization, rwebinput driver ( #17327 )
2025-01-01 23:14:42 +01:00
sonninnos
2e3fc4f52d
WIN32: Menubar hotkey corrections ( #17326 )
2025-01-01 23:13:58 +01:00
Ignacio Sanchez Gines
b5a62fcdf8
Add lightgun support to cocoa input driver ( #17318 )
2025-01-01 23:11:08 +01:00
LibretroAdmin
a590c514f9
(video_shader_parse.c) Code restored to pre-Dec 17
2025-01-01 03:00:09 +01:00
LibretroAdmin
ae7951445a
Remove unused variables
2024-12-31 11:49:02 +01:00
LibretroAdmin
4e5df036f9
action_get_Title_generic - fix warning
2024-12-31 11:40:00 +01:00
LibretroAdmin
20ec0c605a
(courtesy of Psyraven) Fix crashes with Explore view
2024-12-31 11:22:43 +01:00
LibretroAdmin
953a2d011d
Update version.all
2024-12-31 06:33:17 +01:00
LibretroAdmin
7d1d8322e6
Bump up to 1.20.0
2024-12-31 06:30:58 +01:00
LibretroAdmin
30b3760959
(menu_explore.c) Don't use fill_pathname here, go back to old code
2024-12-31 05:40:30 +01:00
github-actions
94dce4001e
Fetch translations from Crowdin
2024-12-31 00:14:25 +00:00
LibretroAdmin
76d133f860
Get rid of if 0 codeparts in gfx_widgets.c
2024-12-30 23:56:54 +01:00
zoltanvb
b66263a034
Adapt the sanitized pointer handling, discussed at libretro#17196 : ( #17312 )
...
Cocoa driver specific changes:
- make sure pointer position is always within [-0x7fff,0x7fff] by using the confined wrapper
- enable pointer offscreen query
2024-12-30 23:50:02 +01:00
LibretroAdmin
33ec89306e
Fix savestate thumbnails - '.png' needs to be appended to the total
...
filepath, so fill_pathname can't be used since it would overwrite
the existing extension
2024-12-30 23:39:36 +01:00
Viačasłaŭ
3a4330238a
Fix PulseAudio freeze ( #17316 )
...
* Fix freeze when close app/content after stopping/restarting
pulse service
* Fix pa->devicelist memleak
* Logging improvements
2024-12-30 23:08:45 +01:00
LibretroAdmin
6be18bfee9
Standardize naming of local len variables
2024-12-30 14:27:24 +01:00
LibretroAdmin
1e656261b0
Local len variables need to have '_' prefix
2024-12-30 14:03:58 +01:00
LibretroAdmin
707f19640a
(task_content_disc.c) Use fill_pathname
2024-12-30 10:29:06 +01:00
LibretroAdmin
b4cf279b80
Fix gdi_find_track prototype
2024-12-30 10:13:05 +01:00
LibretroAdmin
8ebedcb6bd
(menu_explore) Simplification of explore_load_icons
...
fill_pathname_application_special - return size_t
2024-12-30 10:07:58 +01:00
LibretroAdmin
28f6ee9c26
Use return value of fill_pathname_basedir
2024-12-30 09:56:02 +01:00
LibretroAdmin
56c63b8c19
Small cleanups - conventionalize char *s, size_t parameter usage
2024-12-30 09:44:40 +01:00
LibretroAdmin
e07028e892
Buildfix for conmanctl
2024-12-30 09:10:48 +01:00
github-actions
9a19b49a4f
Fetch translations from Crowdin
2024-12-30 00:15:25 +00:00
LibretroAdmin
d2dae40b3a
(gfx/video_shader_parse.c) Enlarge char buffers - was necessary for some large
...
paths - TODO/FIXME - we still need to find out exactly which of these buffers
needs size to be PATH_MAX_LENGTH
2024-12-29 20:08:50 +01:00