LibretroAdmin
f85b738258
Merge pull request #18023 from schellingb/make_lists_static
...
Make a few large read-only arrays in menu code static
2025-06-17 23:05:53 +02:00
LibretroAdmin
26f6f7200a
Merge pull request #18024 from sonninnos/playlists-path-cleanups
...
Built-in playlist path rework
2025-06-17 23:05:37 +02:00
LibretroAdmin
ceb99a0644
Merge pull request #18031 from webosbrew/webos
...
webOS: Improve compatibility, add debug build option, fix wrong arg removed, fix LF on Makefile.webos
2025-06-17 23:04:41 +02:00
Craig C.
9b9788873c
Merge pull request #11 from webosbrew/feature/debug-build
...
Enable Debug Build for webOS
2025-06-17 13:37:43 +01:00
Mariotaku
5907714842
Don't Remove First Argument if There is None on webOS
2025-06-17 18:33:34 +09:00
Mariotaku
8ba7a585cc
build without strip if debug is on
2025-06-17 18:26:55 +09:00
github-actions
ab543fb8bd
Fetch translations from Crowdin
2025-06-17 00:17:00 +00:00
Craig Carnell
0e4136537b
Add environment variables missing from webOS 3 - 5
2025-06-17 00:48:19 +01:00
Ryunam
d471cbce8a
Ozone: Add options to scale font size
2025-06-16 22:15:49 +02:00
Eric Warmenhoven
42704b9311
apple: include correct git hash when uploading testflight build
2025-06-16 15:00:01 -04:00
sonninnos
383daa31cb
Built-in playlist path rework
2025-06-16 19:18:55 +03:00
sonninnos
db5c4d2758
Handle default config save path differently
2025-06-16 19:14:45 +03:00
Eric Warmenhoven
b490195e0b
iOS9: fix crash fetching refresh rate
2025-06-16 10:05:08 -04:00
sonninnos
9595904af1
Add missing path clear
2025-06-16 06:06:15 +03:00
sonninnos
2329cd10d0
Fix vanishing 'Load Core'
2025-06-16 05:57:29 +03:00
github-actions
3e3e4e6ce5
Fetch translations from Crowdin
2025-06-16 00:17:50 +00:00
sonninnos
293ca23197
Glui: Icon fixings
2025-06-15 15:22:16 +03:00
sonninnos
bb0551bf1e
Android crash fix attempt
2025-06-15 05:43:37 +03:00
sonninnos
3faf744b0f
Unused variable cleanup buildfix
2025-06-15 05:12:28 +03:00
sonninnos
0785dd7548
Unused variable cleanups
2025-06-15 05:08:24 +03:00
github-actions
fae1c6bcf6
Fetch translations from Crowdin
2025-06-15 00:18:32 +00:00
sonninnos
b774a26bae
Ozone: Add menu font selection
2025-06-15 01:11:26 +03:00
sonninnos
0fc847a176
Ozone: Entry ticker length correction
2025-06-14 23:51:06 +03:00
sonninnos
fc6b1b9fab
Show 'save as' config last
2025-06-14 21:20:08 +03:00
sonninnos
c9eb36d4db
Win32: Unused variable cleanup
2025-06-14 17:37:08 +03:00
sonninnos
a7c195901f
Better default config path deciding
2025-06-14 17:28:40 +03:00
sonninnos
a034e9b61b
Ozone+XMB: Blank dummy core output
2025-06-14 17:16:05 +03:00
sonninnos
f86ae06c10
Ozone: Add horizontal padding factor option ( #18022 )
2025-06-14 17:14:07 +03:00
Bernhard Schelling
771fc523b2
Make large read-only arrays static
...
This can avoid unnecessary waste of performance at runtime to use static data instead of filling out an array on the stack every time. Some of the CBS functions are called for every menu item created so this improves performance of menu navigation, especially large menus like playlists.
2025-06-14 16:26:24 +09:00
github-actions
45c3f93e8b
Fetch translations from Crowdin
2025-06-14 00:15:55 +00:00
sonninnos
2e4c29264e
Prevent menu input when using toggle combos ( #18017 )
2025-06-14 00:07:16 +03:00
Eric Warmenhoven
f9c99288da
android: try to avoid build-time heap space problems
2025-06-13 16:21:09 -04:00
github-actions
75a8193e62
Fetch translations from Crowdin
2025-06-13 00:16:53 +00:00
sonninnos
5cfb0a3e42
Add 'save as' and main config replacing options ( #18014 )
2025-06-13 03:03:36 +03:00
sonninnos
9d09ec3478
Show undo save/load state items order non-submenu addition
2025-06-12 16:06:28 +03:00
sonninnos
366bf083e4
Shader logging cleanup
2025-06-12 06:37:23 +03:00
sonninnos
9c7203bd6f
Input bind+remap analog stick label unifications
2025-06-12 06:10:25 +03:00
sonninnos
b65737f923
Show undo save/load state items in the same order
2025-06-12 05:25:07 +03:00
sonninnos
a8de4dbe49
Show core info md5 note rows as sublabels ( #18011 )
2025-06-12 05:17:46 +03:00
github-actions
57fe5598b7
Fetch translations from Crowdin
2025-06-12 00:16:43 +00:00
sonninnos
68ffc370a9
Adaptive VSync menu cleanup
2025-06-12 01:32:58 +03:00
sonninnos
8fd0d552ca
D3D: Add alternative max frame latency hack mode ( #18010 )
2025-06-11 22:25:42 +03:00
Eric Warmenhoven
aebfff2166
apple: better mfi controller disconnect handling
2025-06-11 11:01:28 -04:00
github-actions
46b7026978
Fetch translations from Crowdin
2025-06-11 00:17:03 +00:00
LibretroAdmin
c5851487cc
Merge pull request #18008 from alphanu1/Geom
2025-06-11 00:08:58 +02:00
alphanu
0b001e46c0
Added temporary switch for windows geometry adjustments
2025-06-10 13:00:49 -07:00
LibretroAdmin
4abd8fa816
Merge pull request #17997 from libretro/warmenhoven/pr/mbedtls
...
minor mbedtls update
2025-06-10 19:59:00 +02:00
LibretroAdmin
97ab384c00
Merge pull request #18001 from libretro/warmenhoven/pr/macos-jit
2025-06-10 12:58:14 +02:00
LibretroAdmin
166c394cf2
Merge pull request #18004 from libretro/warmenhoven/pr/macos-mem
2025-06-10 12:57:36 +02:00
LibretroAdmin
5f606b9df0
Merge pull request #18003 from libretro/warmenhoven/pr/emacs-dir-locals
2025-06-10 12:57:24 +02:00